fx setup-go
Set up the checkout for Go development.
usage: fx setup-go [-d]
Creates symlinks from //third_party/golibs into the root of the tree
and the //vendor directory so that standard Go tooling and IDE features
will work. All of the symlink paths should already be ignored by git, so
this symlinking will not require any .gitignore modifications.
This is not necessary for development, only to improve the experience when
using Go IDE features and standard tooling.
Prints the names of any symlinks it creates or removes, unless the
operation is a no-op, in which case it prints nothing.
optional arguments:
-d Tear down the symlinks created by `fx setup-go`. Also idempotent (i.e.
safe to run multiple times in a row).
setup-go source code
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-17 UTC."],[],[]]