SpoofDPI/cmd/spoof-dpi/main.go
itworksnow 67549f8c21 update
2021-12-28 14:34:57 +09:00

10 lines
100 B
Go

package main
import (
"github.com/itworksnow/SpoofDPI/hello"
)
func main() {
hello.Hello()
}