From 8dec2d8da718c0eee6b35e1ed1b004a27d408e27 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sun, 22 Aug 2021 09:31:50 +0900 Subject: [PATCH] Run `go fmt` with Go 1.17 The new `go fmt` adds `//go:build` lines (https://golang.org/doc/go1.17#tools). Signed-off-by: Akihiro Suda --- defaults_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults_unix.go b/defaults_unix.go index e8a7d5f..359063e 100644 --- a/defaults_unix.go +++ b/defaults_unix.go @@ -1,3 +1,4 @@ +//go:build !windows // +build !windows /*