diff options
Diffstat (limited to 'main_other.go')
-rw-r--r-- | main_other.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main_other.go b/main_other.go new file mode 100644 index 0000000..88824ad --- /dev/null +++ b/main_other.go @@ -0,0 +1,7 @@ +// +build !openbsd + +package main + +func main() { + grus() +} |