Skip to content

Commit 5f01c8e

Browse files
authored
Merge pull request #15 from ibm-messaging/nontestgofiles
Suppress warning of no non-test Go files in root dir - #14
2 parents c5649e2 + 39f366b commit 5f01c8e

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)