Skip to content

Commit

Permalink
all: Run gofmt -s -w
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 14, 2022
1 parent 015be45 commit 9439436
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions const_bsds.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build aix || darwin || openbsd || freebsd || netbsd || dragonfly
// +build aix darwin openbsd freebsd netbsd dragonfly

package afero
Expand Down
8 changes: 2 additions & 6 deletions const_win_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !darwin
// +build !openbsd
// +build !freebsd
// +build !dragonfly
// +build !netbsd
// +build !aix
//go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
// +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix

package afero

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

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

package afero
Expand Down

0 comments on commit 9439436

Please sign in to comment.