We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{}
go help packages has no document about package with {}
go help packages
$ cat go.mod module github.com/user/repo go 1.13 $ cat test-cli/main.go package main func main() { println("cli") } $ cat testd/main.go package main func main() { println("daemon") } $ # we can build with {} $ mkdir -p dist && go build -o dist github.com/user/repo/test{cli,d}
The text was updated successfully, but these errors were encountered:
that is a shell feature, not specific to go
Sorry, something went wrong.
thanks @seankhliao
No branches or pull requests
go help packages
has no document about package with{}
The text was updated successfully, but these errors were encountered: