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

package main

func main() {
	app()
}