Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 19, 2018 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andymckay/4949e5d20a2a3f9651d3ee02e1b9a351 to your computer and use it in GitHub Desktop.
Save andymckay/4949e5d20a2a3f9651d3ee02e1b9a351 to your computer and use it in GitHub Desktop.
➜ go git:(go-scaffold) ✗ go test ./...
--- FAIL: TestDataStore (0.00s)
coding_test.go:20: error: fork/exec ./testapp: exec format error
FAIL
FAIL _/Users/andymckay/sandboxes/data-storage-api/go 0.043s
➜ go git:(go-scaffold) ✗ cat testapp
./server
➜ go git:(go-scaffold) ✗ ls -al testapp
-rwxr-xr-x 1 andymckay staff 9 Oct 19 15:39 testapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment