grus/cmd/grus/main_other.go
2020-04-06 22:11:15 +05:30

8 lines
58 B
Go

// +build !openbsd
package main
func main() {
grus()
}