nixpkgs/doc
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
..
functions doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
languages-frameworks buildGoModule: function for packaging Go modules 2019-03-14 10:31:02 -07:00
old
.gitignore doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
coding-conventions.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
configuration.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
contributing.xml
cross-compilation.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
default.nix doc: Add automatic generation of library function documentation 2019-01-04 11:28:27 +01:00
functions.xml Merge pull request #54693 from tilpner/appimage-tools 2019-02-23 18:06:31 -05:00
introduction.chapter.md
lib-function-docs.nix doc: Add automatic generation of library function documentation 2019-01-04 11:28:27 +01:00
lib-function-locations.nix
Makefile doc: Include function doc generation in Makefile 2019-02-01 11:45:30 +01:00
manual.xml
meta.xml Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
multiple-output.xml doc: typo fixes 2018-11-19 13:02:17 -06:00
overlays.xml doc: typo fixes 2018-11-19 13:02:17 -06:00
overrides.css
package-notes.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
platform-notes.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
quick-start.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
release-notes.xml
reviewing-contributions.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
shell.nix
stdenv.xml doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
style.css manual: limit text width 2019-01-08 15:08:42 +00:00
submitting-changes.xml