summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/go.xml
AgeCommit message (Collapse)Author
2019-06-17doc: fix spurious whitespaceJan Tojnar
2019-03-14buildGoModule: function for packaging Go modulesWael M. Nasreddine
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.
2018-05-01nixpkgs docs: format =)Graham Christensen
2017-06-27doc / go building: improveChristian Zagrodnick
Move the paragraph about go2nix to the other paragraphs about dependencies.
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski
After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
2016-06-11all-packages references to Go packages includes all outputsKamil Chmielewski
2016-06-10buildGoPackage: updated docs for goPackages after rework in ↵Kamil Chmielewski
https://github.com/NixOS/nixpkgs/pull/16017
2016-04-22nixpkgs manual: fix link to go2nixChris Martin
2015-12-19nixpkgs manual: split languages into separate filesVladimír Čunát
There's no change in content except for amending the title of the section to mention "frameworks", as e.g. I don't consider Qt a language, and it's likely there will be more of similar cases in future. To be certain, I checked diff of the generated HTMLs.