Files
garble/testdata/scripts/goprivate.txt
2020-08-25 17:22:53 +02:00

16 lines
263 B
Plaintext

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() {}