Skip to content

Commit

Permalink
gofmt all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
nassah221 committed May 3, 2023
1 parent 9be367f commit 776d98a
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 776d98a

Please sign in to comment.