Skip to content

Commit 39f366b

Browse files
committed
Suppress warning of no non-test Go files in root dir - #14
1 parent c5649e2 commit 39f366b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dummy.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// +build ignore+
2+
3+
package main
4+
5+
func main() {}
6+
7+
// Prevent error message about "no non-test Go files in <dir>"

0 commit comments

Comments
 (0)