campaigner/campaigner.go

10 lines
100 B
Go
Raw Normal View History

2020-02-28 23:34:24 +01:00
package main
import (
2020-02-28 23:54:14 +01:00
"git.ctrlz.es/mgdelacroix/campaigner/cmd"
2020-02-28 23:34:24 +01:00
)
func main() {
2020-02-28 23:54:14 +01:00
cmd.Execute()
2020-02-28 23:34:24 +01:00
}