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 <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build darwin || freebsd || solaris
|
||||
// +build darwin freebsd solaris
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user