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