Add noop mains for non windows builds

This commit is contained in:
Thomas
2021-02-11 00:05:48 +00:00
parent d4c02ad896
commit e09292102f
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// +build !windows
package main
func main() {}
+5
View File
@@ -0,0 +1,5 @@
// +build !windows
package main
func main() {}
+5
View File
@@ -0,0 +1,5 @@
// +build !windows
package main
func main() {}