badguardhome/main.go

10 lines
98 B
Go

package main
import (
"github.com/AdguardTeam/AdGuardHome/home"
)
func main() {
home.Main()
}