first commit

This commit is contained in:
bufferstack 2024-10-26 17:12:01 -04:00
commit 8956254e1a
5 changed files with 81 additions and 0 deletions

11
goto-do/main.go Normal file
View file

@ -0,0 +1,11 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import "github.com/twhite96/goto-do/cmd"
func main() {
cmd.Execute()
}