Skip to content

Commit

Permalink
Merge pull request #310355 from StillerHarpo/docs/update-url
Browse files Browse the repository at this point in the history
doc/go: Update url for module documentation
  • Loading branch information
kalbasit authored May 9, 2024
2 parents 6d11eb9 + 706b41a commit 76df509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/go.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Building Go modules with `buildGoModule` {#ssec-language-go}

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:
The function `buildGoModule` builds Go programs managed with Go modules. It builds [Go Modules](https://go.dev/wiki/Modules) through a two phase build:

- An intermediate fetcher derivation called `goModules`. This derivation will be used to fetch all the dependencies of the Go module.
- A final derivation will use the output of the intermediate derivation to build the binaries and produce the final output.
Expand Down

0 comments on commit 76df509

Please sign in to comment.