support linux/arm{,64}

This commit is contained in:
Jan Mercl
2020-09-13 15:31:23 +02:00
parent 1a09ae480f
commit f228816300
34 changed files with 564246 additions and 80 deletions

View File

@@ -107,6 +107,8 @@ var (
)
func TestMain(m *testing.M) {
fmt.Printf("test binary compiled for %s/%s\n", runtime.GOOS, runtime.GOARCH)
flag.Parse()
os.Exit(m.Run())
}