first commit
This commit is contained in:
commit
8956254e1a
5 changed files with 81 additions and 0 deletions
11
goto-do/main.go
Normal file
11
goto-do/main.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
|
||||
|
||||
*/
|
||||
package main
|
||||
|
||||
import "github.com/twhite96/goto-do/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue