From Steven Penny to ~sircmpwn/godocs.io
the doc site is currently quite slow: > curl -w ' >> %{time_connect} >> %{time_pretransfer} >> %{time_starttransfer} >> %{time_total} >> ' -O https://godocs.io/fmt 0.146805 0.498010 1.746271 2.011194 compare with the official site:
From Steven Penny to ~sircmpwn/godocs.io
example func (g GoogleAuth) Details( check *GoogleCheckin, doc string, single bool, ) (*Details, error) https://godocs.io/41.neocities.org/google/play
From Steven Penny to ~sircmpwn/godocs.io
On Sat, Aug 31, 2024 at 8:47 PM Oliver Lowe wrote: > In the meantime I've set up my own instance: https://godoc.srcbeat.com > Project: https://sr.ht/~otl/gddo oh for fucks sake > curl -i https://godoc.srcbeat.com HTTP/2 502 alt-svc: h3=":443"; ma=2592000 server: Caddy content-length: 0 date: Sun, 01 Sep 2024 04:47:21 GMT
From Steven Penny to ~sircmpwn/godocs.io
> curl -i https://godocs.io/compress/gzip
HTTP/2 500
alt-svc: h3=":443"; ma=2592000
content-type: text/html; charset=utf-8
date: Thu, 29 Aug 2024 01:09:03 GMT
server: Caddy
From Steven Penny to ~sircmpwn/godocs.io
no, it's still dead
> curl -i https://godocs.io/encoding
HTTP/2 502
alt-svc: h3=":443"; ma=2592000
server: Caddy
content-length: 0
date: Sun, 21 Jul 2024 22:50:42 GMT
From Steven Penny to ~sircmpwn/godocs.io
> curl -i https://godocs.io/encoding
HTTP/2 500
alt-svc: h3=":443"; ma=2592000
content-type: text/html; charset=utf-8
date: Sat, 13 Jul 2024 21:17:21 GMT
server: Caddy
From Steven Penny to ~sircmpwn/godocs.io
On Fri, Jan 19, 2024 at 3:52 PM Adnan Maolood wrote: > The site needed to be migrated to a new server. It should be working now. Before the outage, I used https://godocs.io daily, as my main source for Go documentation. I did so because honestly https://pkg.go.dev is a hot pile of garbage. it just reeks of over engineering shit that permeates web development these days. so I really do appreciate GoDocs and you as well. GoDocs is great because it's a simple style, like http://godoc.org before it. However, GoDocs being down for two weeks, or defaulting to 7 year old packages, is not something I can put up with. Again, I appreciate all you have done, but with the repeated issues I have posted over the months, I am just mentally done dealing with http://godocs.io. I need
From Steven Penny to ~sircmpwn/godocs.io
between this and the standard library being broken for two weeks: https://lists.sr.ht/~sircmpwn/godocs.io/%3CCAP8dQmuDD_DHaA4TDf9VB-Cr5rKbfBaFtBQ%3Dqcoc7tbvpCDnxw%40mail.gmail.com%3E I am sick and tired of the issues. since I am also not a fan of https://pkg.go.dev. I found an open source tool that generates Go docs. It doesn't currently support versioned docs, so I added that feature myself: https://github.com/3052/doc2go
From Steven Penny to ~sircmpwn/godocs.io
> curl -v godocs.io
* Trying 173.195.146.154:80...
* connect to 173.195.146.154 port 80 failed: Timed out
* Failed to connect to godocs.io port 80 after 21009 ms: Timed out
* Closing connection 0
curl: (28) Failed to connect to godocs.io port 80 after 21009 ms: Timed out
From Steven Penny to ~sircmpwn/godocs.io
https://godocs.io/encoding/binary https://godocs.io/fmt these both show the current version is from 2017, instead of correct 2024