1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 00:55:37 +00:00
cnotes/main.go

10 lines
91 B
Go
Raw Normal View History

package main
import (
"github.com/imjasonh/cnotes/cmd"
)
func main() {
cmd.Execute()
}