* move ./*.go files into ./home/ directory

This commit is contained in:
Simon Zolin
2019-06-10 11:33:19 +03:00
parent 9fe34818e3
commit dc682763ff
27 changed files with 37 additions and 28 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/AdguardTeam/AdGuardHome/home"
)
func main() {
home.Main()
}