mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 13:35:38 +03:00
9 lines
98 B
Go
9 lines
98 B
Go
package main
|
|
|
|
import (
|
|
"github.com/AdguardTeam/AdGuardHome/home"
|
|
)
|
|
|
|
func main() {
|
|
home.Main()
|
|
}
|