Page MenuHomeFreeBSD

Update USES=go docs for D19570
ClosedPublic

Authored by dmgk on Apr 3 2019, 2:15 PM.
Tags
None
Referenced Files
F132253337: D19812.diff
Wed, Oct 15, 5:30 AM
Unknown Object (File)
Sun, Oct 12, 4:33 AM
Unknown Object (File)
Sat, Oct 11, 2:29 AM
Unknown Object (File)
Fri, Oct 3, 5:07 PM
Unknown Object (File)
Tue, Sep 16, 7:27 AM
Unknown Object (File)
Sep 14 2025, 11:24 PM
Unknown Object (File)
Aug 26 2025, 2:48 PM
Unknown Object (File)
Aug 18 2025, 10:40 AM
Subscribers
None

Details

Summary
  • Add modules argument description
  • Describe how GO_PKGNAME works in modules mode; add note about GO_PKGNAME/GH_SUBDIR relationship
  • Document GO_BUILDFLAGS

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dmgk retitled this revision from Update USES=go docs for D19570 - Add modules argument description - Describe how GO_PKGNAME works in modules mode; add note about GO_PKGNAME/GH_SUBDIR relationship - Document GO_BUILDFLAGS to Update USES=go docs for D19570.Apr 3 2019, 2:17 PM
dmgk edited the summary of this revision. (Show Details)
dmgk added reviewers: swills, jlaffaye, tobik, 0mp. dmgk removed 1 blocking reviewer(s): mat.
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
1208–1212 ↗(On Diff #55777)

If it is passed to *install*, it should be named with INSTALL in it and not BUILD.

en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
1208–1212 ↗(On Diff #55777)

It does look like it is misnamed but technically it is a correct name. From go help install:

usage: go install [-i] [build flags] [packages]

Install compiles and installs the packages named by the import paths.

GO_BUILDFLAGS is what gets passed as build flags argument.

Can one of the Doc Committers review and maybe approve?

This revision is now accepted and ready to land.Apr 18 2019, 12:48 PM
This revision was automatically updated to reflect the committed changes.