Files
nebula-sync/main.go
T
2024-08-10 22:58:53 +02:00

10 lines
96 B
Go

package main
import (
"github.com/lovelaze/nebula-sync/cmd"
)
func main() {
cmd.Execute()
}