imap-notes/main.go

10 lines
103 B
Go

package main
import (
"git.iamthefij.com/iamthefij/imap-notes/cmd"
)
func main() {
cmd.Execute()
}