2022-01-19 18:56:31 +00:00
|
|
|
/*
|
|
|
|
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
|
2019-02-21 02:44:07 +00:00
|
|
|
|
2022-01-19 18:56:31 +00:00
|
|
|
*/
|
|
|
|
package main
|
2019-02-21 02:44:07 +00:00
|
|
|
|
2022-01-19 18:56:31 +00:00
|
|
|
import "git.bullercodeworks.com/brian/gime/cmd"
|
2019-02-21 02:44:07 +00:00
|
|
|
|
|
|
|
func main() {
|
2022-01-19 18:56:31 +00:00
|
|
|
cmd.Execute()
|
2019-02-21 02:44:07 +00:00
|
|
|
}
|