Files
sablier/main.go
Alexis Couvreur 7703a3041c Revert "fix: bump import to v2"
This reverts commit 9cb9b2aa7a57047a7e61b2c54732b3e25300bf20.
2022-10-03 20:27:14 +00:00

10 lines
93 B
Go

package main
import (
"github.com/acouvreur/sablier/cmd"
)
func main() {
cmd.Execute()
}