Page MenuHomeFreeBSD

Update USES=go docs for D19570
ClosedPublic

Authored by dmgk on Apr 3 2019, 2:15 PM.
Tags
None
Referenced Files
F81696972: D19812.diff
Sat, Apr 20, 2:41 AM
Unknown Object (File)
Feb 11 2024, 12:45 AM
Unknown Object (File)
Nov 16 2023, 4:07 PM
Unknown Object (File)
Oct 15 2023, 2:13 PM
Unknown Object (File)
Oct 11 2023, 8:07 PM
Unknown Object (File)
Sep 16 2023, 5:07 PM
Unknown Object (File)
Aug 23 2023, 2:51 AM
Unknown Object (File)
Jun 24 2023, 7:20 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 23491
Build 22498: arc lint + arc unit

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

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

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.