mirror of
https://github.com/maaslalani/confetty.git
synced 2024-11-14 03:37:32 +00:00
10 lines
95 B
Go
10 lines
95 B
Go
package main
|
|
|
|
import (
|
|
"github.com/maaslalani/confetty/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|