Skip to content

Commit 78eea9f

Browse files
anjannathcfergeau
authored andcommitted
lint: update build constraints for listen_unix.go
this removes the old style of build contraints as `go vet` complains about this: ``` Error: cmd/admin-helper/listen_unix.go:2:1: buildtag: +build line is no longer needed (govet) ```
1 parent de170e8 commit 78eea9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/admin-helper/listen_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
package main
54

0 commit comments

Comments
 (0)