Skip to content

Commit

Permalink
Merge pull request #55 from nassah221/gofmt-all-the-things
Browse files Browse the repository at this point in the history
gofmt all the things
  • Loading branch information
matryer authored May 3, 2023
2 parents 9be367f + 776d98a commit 0d9f7ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions is-1.7.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.7
// +build go1.7

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

package is
Expand Down
1 change: 1 addition & 0 deletions is-before-1.7.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.7
// +build !go1.7

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

package is
Expand Down

0 comments on commit 0d9f7ec

Please sign in to comment.