package main import ( "github.com/rogeecn/atom/cmd" ) func main() { cmd.Execute() }