mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2026-03-15 03:05:39 -04:00
8 lines
86 B
Go
8 lines
86 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "github.com/mobyvb/pull-pal/cmd"
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
cmd.Execute()
|
||
|
|
}
|