1 package main 2 3 import "edge-infra.dev/pkg/edge/datasync/shoot" 4 5 func main() { 6 shoot.Main() 7 } 8
View as plain text