This website requires JavaScript.
Explore
Help
Sign in
mgdelacroix
/
campaigner
Watch
1
Star
0
Fork
You've already forked campaigner
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
e023b80313
campaigner
/
campaigner.go
10 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-02-28 23:34:24 +01:00
package
main
import
(
Add cobra root command
2020-02-28 23:54:14 +01:00
"git.ctrlz.es/mgdelacroix/campaigner/cmd"
Initial commit
2020-02-28 23:34:24 +01:00
)
func
main
(
)
{
Add cobra root command
2020-02-28 23:54:14 +01:00
cmd
.
Execute
(
)
Initial commit
2020-02-28 23:34:24 +01:00
}
Reference in a new issue
Copy permalink