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.
garble/testdata/scripts/goprivate.txt

17 lines
318 B
Plaintext

env GOPRIVATE=match-absolutely/nothing
! garble build -o bin ./standalone
stderr 'does not match any packages'
[short] stop
# TODO: https://github.com/mvdan/garble/issues/108
# env GOPRIVATE='*'
# garble build -o bin ./standalone
-- go.mod --
module test/main
-- standalone/main.go --
package main
func main() {}