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
Daniel Martí 19e4c098cd make selection of packages configurable via GOPRIVATE
Carefully select a default that will do the right thing when inside a
module, as well as when building ad-hoc packages.

This means we no longer need to look at the compiler's -std flag, which
is nice.

Also replace foo.com/ with test/, as per golang/go#37641.

Fixes #7.
5 years ago
..
asm.txt make selection of packages configurable via GOPRIVATE 5 years ago
basic.txt do less work in 'go test -short' 5 years ago
cgo.txt make selection of packages configurable via GOPRIVATE 5 years ago
help.txt make "no such file" test pass on Windows 5 years ago
implement.txt start supporting asm functions better 5 years ago
imports.txt make selection of packages configurable via GOPRIVATE 5 years ago
modinfo.txt make selection of packages configurable via GOPRIVATE 5 years ago
syntax.txt don't remove "//go:" compile directives 5 years ago
test.txt make selection of packages configurable via GOPRIVATE 5 years ago