Skip to content

Commit

Permalink
go1.17.1 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 21, 2021
1 parent 0077354 commit bf9a88a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gocover_ge1.8.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.8
// +build go1.8

package main
Expand Down
1 change: 1 addition & 0 deletions gocover_lt1.8.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.8
// +build !go1.8

package main
Expand Down
1 change: 1 addition & 0 deletions usage_ge1.15_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.15
// +build go1.15

package main
Expand Down
1 change: 1 addition & 0 deletions usage_lt1.15_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.15
// +build !go1.15

package main
Expand Down

0 comments on commit bf9a88a

Please sign in to comment.