Skip to content

Commit

Permalink
Merge pull request #428 from bentranter/fix-gofmt-failure
Browse files Browse the repository at this point in the history
Add new Go 1.17 build tags
  • Loading branch information
bentranter authored Oct 5, 2021
2 parents bc057bd + d8a8cd6 commit cc40077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions providers/google/endpoint.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.9
// +build go1.9

package google
Expand Down
1 change: 1 addition & 0 deletions providers/google/endpoint_legacy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.9
// +build !go1.9

package google
Expand Down

0 comments on commit cc40077

Please sign in to comment.