You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/haraldrudell/parl.git
cd parl
godoc -http=localhost:6063
2022/11/16 12:22:18 /src/github.com/haraldrudell/parl/closable-chan.go:25:21: expected ']', found any (and 1 more errors)
What did you expect to see?
No errors and an available Go documentation page generated
What did you see instead?
Corrupt Go documentation page: /src/github.com/haraldrudell/parl/closable-chan.go:25:21: expected ']', found any (and 1 more errors)
The text was updated successfully, but these errors were encountered:
How can version be found presently?
strings ~/go/bin/godoc | egrep ^go1
: “go1.19.3”go version -m ~/go/bin/godoc
: “~/go/bin/godoc: go1.19.3…”How can godoc be rebuilt?
go install golang.org/x/tools/cmd/godoc@latest
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
No errors and an available Go documentation page generated
What did you see instead?
Corrupt Go documentation page: /src/github.com/haraldrudell/parl/closable-chan.go:25:21: expected ']', found any (and 1 more errors)
The text was updated successfully, but these errors were encountered: