nixpkgs/doc/languages-frameworks
Wael M. Nasreddine 28435e47b1
buildGoModule: function for packaging Go modules
The function buildGoModule builds Go programs managed with Go modules. It builds
a Go module through a two phase build:

- An intermediate fetcher derivation. This derivation will be used to
  fetch all of 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.
2019-03-14 10:31:02 -07:00
..
2018-05-01 19:54:21 -04:00
2018-05-31 21:03:37 -04:00
2018-10-26 11:13:54 +01:00
2019-02-03 20:10:10 +00:00
2018-12-18 21:16:07 +01:00
2018-08-27 19:54:41 -04:00
2018-05-01 19:54:21 -04:00
2018-05-01 19:54:21 -04:00
2018-11-28 13:19:22 +00:00
2018-12-03 21:37:54 -05:00