clientID
: your OAuth CLIENT ID under the Client ID for web application" ... it's actually passed into the audiences parameterCouldn't find a "Send Feedback" button on the doc pages, so writing it down here:
The Quickstart pages for Go tell the user to enter the ClientID ("1231232@apps.googleusercontent.com") for the OAuth2 client into the "audiences" field for the gitKit.ValidateToken() method. This, however, is wrong -- it is instead asking for the projectID ("foo-my-project").