Skip to content

Commit

Permalink
Merge pull request #121 from andrewjharms/fmt
Browse files Browse the repository at this point in the history
Update build tags for go 1.17
  • Loading branch information
1dustindavis authored Nov 17, 2021
2 parents 6b36caa + 073e850 commit 087a93f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gorilla/admin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

package main
Expand Down
1 change: 1 addition & 0 deletions cmd/gorilla/admin_stub.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Without an OS specific build, go tools will try to include Windows libraries and fail

//go:build !windows
// +build !windows

package main
Expand Down
1 change: 1 addition & 0 deletions pkg/status/properties.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

package status
Expand Down
1 change: 1 addition & 0 deletions pkg/status/properties_stub.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Without a darwin specific build, go tools will try to include Windows libraries and fail

//go:build !windows
// +build !windows

package status
Expand Down
1 change: 1 addition & 0 deletions pkg/status/registry.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

package status
Expand Down
1 change: 1 addition & 0 deletions pkg/status/registry_stub.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Without a darwin specific build, go tools will try to include Windows libraries and fail

//go:build !windows
// +build !windows

package status
Expand Down

0 comments on commit 087a93f

Please sign in to comment.