Difference between revisions of "Go list"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* <code>go list -u -m all</code> | * <code>go list -u -m all</code> | ||
− | * <pre> | + | * <pre>export PATH=$PATH:$(dirname $(go list -f '{{.Target}}' .))</pre> |
Revision as of 23:48, 11 November 2021
[[go++ list
go list -f 'Template:.Target'
go list -u -m all
export PATH=$PATH:$(dirname $(go list -f '{{.Target}}' .))
See also
- Go, Gorutine:
go [ mod
|list
|fmt
,for
|build
|get
|version
|env | install | test
]go help
, Go template, Echo go web framework, Go packages, Blank identifier
Advertising: