Re: [go-nuts] Can’t view golang source when clicking on method name in a pkg.go.dev

2022-04-26 Thread 'Axel Wagner' via golang-nuts
What is the problem? For me, that page contains the source code of the Decode method. On Tue, Apr 26, 2022, 09:16 christoph...@gmail.com < christophe.mees...@gmail.com> wrote: > I’m redirected to this page > https://cs.opensource.google/go/go/+/go1.18.1:src/encoding/json/stream.go;l=49 > when I c

[go-nuts] Can’t view golang source when clicking on method name in a pkg.go.dev

2022-04-26 Thread christoph...@gmail.com
I’m redirected to this page https://cs.opensource.google/go/go/+/go1.18.1:src/encoding/json/stream.go;l=49 when I click on the Decode method in the web page https://pkg.go.dev/encoding/json#Decoder. Is this a transient problem or is the code not open source anymore ? -- You received this me