Skip to content

Commit

Permalink
Fix build tag (google#59)
Browse files Browse the repository at this point in the history
'go vet' detects the error in the existing version

./appengine_hook.go:15: +build comment must appear before package clause
and be followed by a blank line
  • Loading branch information
wcn3 authored and shinfan committed Oct 5, 2018
1 parent 80fd50e commit e82a3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sgauth/appengine_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// limitations under the License.
//
// +build appengine appenginevm

package sgauth

import "google.golang.org/appengine"
Expand Down

0 comments on commit e82a3f4

Please sign in to comment.