Skip to content

Commit

Permalink
all: add new //go:build lines
Browse files Browse the repository at this point in the history
$ go version
go version go1.17.7 darwin/amd64

$ make fmt

Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Feb 13, 2022
1 parent 9cad061 commit 7f6b224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webhooks_go112.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.13
// +build !go1.13

package slack
Expand Down
1 change: 1 addition & 0 deletions webhooks_go113.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.13
// +build go1.13

package slack
Expand Down

0 comments on commit 7f6b224

Please sign in to comment.