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