Skip to content

Instantly share code, notes, and snippets.

@bradfitz
Created November 20, 2018 18:28
Show Gist options
  • Select an option

  • Save bradfitz/0fc1ba369159d297cd9469a72c1892f7 to your computer and use it in GitHub Desktop.

Select an option

Save bradfitz/0fc1ba369159d297cd9469a72c1892f7 to your computer and use it in GitHub Desktop.
bradfitz@gdev:~/go/src$ git rev-parse HEAD
b44cd15464a87be57446a7573f76846088826606
bradfitz@gdev:~/go/src$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
bradfitz@gdev:~/go/src$ git clean -n
bradfitz@gdev:~/go/src$ ~/go/bin/go test -short go/build
--- FAIL: TestImportVendorParentFailure (0.00s)
build_test.go:390: decided to use /home/bradfitz/go/src/vendor/golang_org/x/net/http2
FAIL
FAIL go/build 0.070s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment