I am trying to build an App Engine application that will push data to BigQuery. However, the examples for authenticating in Java/Python reference AppAssertionCredentials, which I can't find in the Go libraries.
Check out serviceaccount.go from the goauth2 package.