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.
basic.txt just builds main.go without a module. Similarly, we leave imports.txt without a GOPRIVATE, to test the 'go list -m' fallback. For all other tests, explicitly set GOPRIVATE, to avoid two exec calls - both 'go env GOPRIVATE' as well as 'go list -m'. Each of those calls takes in the order of 10ms, so saving ~26 exec calls should easily add to 200-300ms saved from 'go test -short'. |
6 years ago | |
|---|---|---|
| .. | ||
| asm.txt | 6 years ago | |
| basic.txt | 6 years ago | |
| cgo.txt | 6 years ago | |
| debugdir.txt | 6 years ago | |
| help.txt | 6 years ago | |
| implement.txt | 6 years ago | |
| imports.txt | 6 years ago | |
| ldflags.txt | 6 years ago | |
| literals.txt | 6 years ago | |
| modinfo.txt | 6 years ago | |
| panic.txt | 6 years ago | |
| plugin.txt | 6 years ago | |
| seed.txt | 6 years ago | |
| syntax.txt | 6 years ago | |
| test.txt | 6 years ago | |
| tiny.txt | 6 years ago | |