mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2024-11-03 01:38:33 -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()
|
||
|
}
|