adguardhome-sync/main.go

8 lines
94 B
Go
Raw Normal View History

2021-03-28 06:40:59 +08:00
package main
2021-03-28 20:09:31 +08:00
import "github.com/bakito/adguardhome-sync/cmd"
2021-03-28 17:32:41 +08:00
2021-03-28 06:40:59 +08:00
func main() {
2021-03-28 20:09:31 +08:00
cmd.Execute()
2021-03-28 15:58:54 +08:00
}