I believe that all functionality is implemented

This commit is contained in:
2022-01-21 08:40:44 -06:00
parent 54c91f0d3c
commit 45d13e7052
12 changed files with 333 additions and 72 deletions

View File

@@ -1,11 +1,16 @@
/*
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 Brian Buller <brian@bullercodeworks.com>
*/
package main
import "git.bullercodeworks.com/brian/gime/cmd"
var (
VERSION string
BUILD string
)
func main() {
cmd.Execute()
}