osem_notify/main.go
noerw 5991a6ba9a dont use relative imports
following golang conventions and to fix travis
2018-06-24 22:57:05 +02:00

9 lines
93 B
Go

package main
import (
"github.com/noerw/osem_notify/cmd"
)
func main() {
cmd.Execute()
}