You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
env GOPRIVATE=match-absolutely/nothing
|
|
! garble build -o bin ./standalone
|
|
stderr 'does not match any packages'
|
|
|
|
[short] stop
|
|
|
|
env GOPRIVATE='*'
|
|
garble build -o bin ./standalone
|
|
|
|
-- go.mod --
|
|
module test/main
|
|
-- standalone/main.go --
|
|
package main
|
|
|
|
func main() {}
|