fix failing make validate

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
anandrkskd
2022-03-01 16:06:19 +05:30
parent 6cd820d584
commit 9b01718d2b
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//go:build tools
// +build tools
package tools

View File

@@ -1,3 +1,4 @@
//go:build linux || darwin || dragonfly || solaris || openbsd || netbsd || freebsd
// +build linux darwin dragonfly solaris openbsd netbsd freebsd
package helper

View File

@@ -1,3 +1,4 @@
//go:build linux || darwin || dragonfly || solaris || openbsd || netbsd || freebsd
// +build linux darwin dragonfly solaris openbsd netbsd freebsd
package interactive