From Zombo to ~sircmpwn/godocs.io
thanks, seems to be working now. I reported because server seems to be having issues lately On Tue, Jun 28, 2022 at 11:59 AM Adnan Maolood <me@adnano.co> wrote: > > Seems up to me?
From Zombo to ~sircmpwn/godocs.io
> curl -v https://godocs.io/net/http
< HTTP/2 404
< server: nginx
< date: Tue, 28 Jun 2022 16:54:38 GMT
< content-type: text/html; charset=utf-8
< vary: Accept-Encoding
From Zombo to ~sircmpwn/godocs.io
seems to work now: https://godocs.io/github.com/89z/format/crypto note that I tried it with version string first: https://godocs.io/github.com/89z/format/crypto@v1.39.7 so maybe that "fixed" it. I dont know. On Thu, Jun 23, 2022 at 3:57 PM Adnan Maolood <me@adnano.co> wrote: > > On Thu Jun 23, 2022 at 4:48 PM EDT, Zombo wrote: > > Down again:
From Zombo to ~sircmpwn/godocs.io
Down again: > curl -v https://godocs.io/github.com/89z/format/crypto < HTTP/2 404 < server: nginx < date: Thu, 23 Jun 2022 20:47:12 GMT < content-type: text/html; charset=utf-8 < vary: Accept-Encoding On Thu, Jun 23, 2022 at 2:52 PM Adnan Maolood <me@adnano.co> wrote: > > It should be up now. The cause for the outage is being investigated.
From Zombo to ~sircmpwn/godocs.io
> curl -v https://godocs.io/time
< HTTP/2 404
< server: nginx
< date: Thu, 23 Jun 2022 18:15:31 GMT
< content-type: text/html; charset=utf-8
< vary: Accept-Encoding
From Zombo to ~sircmpwn/godocs.io
> curl -I https://godocs.io/io
HTTP/2 502
server: nginx
date: Mon, 20 Jun 2022 14:33:00 GMT
content-type: text/html; charset=utf-8
content-length: 150
From Zombo to ~sircmpwn/godocs.io
PS D:\Desktop> curl -I https://godocs.io/io HTTP/2 404 server: nginx date: Sat, 30 Apr 2022 04:15:10 GMT content-type: text/html; charset=utf-8 vary: Accept-Encoding
From Zombo to ~sircmpwn/godocs.io
Looks great, thank you! On Wed, Apr 20, 2022 at 2:55 PM Adnan Maolood <me@adnano.co> wrote: > > godocs.io is now using Go 1.18. Let me know if you run into any issues.
From Zombo to ~sircmpwn/godocs.io
Adding this link for my own use, seems this was committed March 19 https://git.alpinelinux.org/aports/commit/community/go/APKBUILD?id=d0d8d7130b36eb760851b29b2d7a9aad264d1141 On Tue, Mar 22, 2022 at 11:48 AM Adnan Maolood <me@adnano.co> wrote: > > On Tue Mar 22, 2022 at 12:44 PM EDT, Zombo wrote: > > For now, can we patch it so it just skips declarations with type > > parameters? Currently any package version that uses Go 1.18 has > > completely broken docs here. Since you can't use type parameters with > > methods, most of mine are private top level functions, which don't get > > documented anyway.
From Zombo to ~sircmpwn/godocs.io
For now, can we patch it so it just skips declarations with type parameters? Currently any package version that uses Go 1.18 has completely broken docs here. Since you can't use type parameters with methods, most of mine are private top level functions, which don't get documented anyway. On Tue, Mar 22, 2022 at 11:08 AM Adnan Maolood <me@adnano.co> wrote: > > On Sun Mar 20, 2022 at 8:53 AM EDT, Zombo wrote: > > Its on Edge now: > > > > https://pkgs.alpinelinux.org/package/edge/community/x86_64/go > > > > Not sure if that is whats used though