summary refs log tree commit diff stats
path: root/main_other.go
blob: 88824ada557f84f01772868fc3644e551764face (plain) (blame)
1
2
3
4
5
6
7
// +build !openbsd

package main

func main() {
	grus()
}