mirror of
https://github.com/imjasonh/cnotes
synced 2026-07-08 09:05:17 +00:00
9 lines
89 B
Go
9 lines
89 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import (
|
||
|
|
"github.com/imjasonh/hooks/cmd"
|
||
|
|
)
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
cmd.Execute()
|
||
|
|
}
|