lol

doc/go: Update url for module documentation

The old wiki is deprecated

+1 -1
+1 -1
doc/languages-frameworks/go.section.md
··· 2 2 3 3 ## Building Go modules with `buildGoModule` {#ssec-language-go} 4 4 5 - The function `buildGoModule` builds Go programs managed with Go modules. It builds [Go Modules](https://github.com/golang/go/wiki/Modules) through a two phase build: 5 + The function `buildGoModule` builds Go programs managed with Go modules. It builds [Go Modules](https://go.dev/wiki/Modules) through a two phase build: 6 6 7 7 - An intermediate fetcher derivation called `goModules`. This derivation will be used to fetch all the dependencies of the Go module. 8 8 - A final derivation will use the output of the intermediate derivation to build the binaries and produce the final output.