mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-25 23:03:38 +01:00
10 lines
93 B
Go
10 lines
93 B
Go
package main
|
|
|
|
import (
|
|
"github.com/acouvreur/sablier/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|