mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-08 17:54:05 +00:00
10 lines
100 B
Go
10 lines
100 B
Go
package main
|
|
|
|
import (
|
|
"github.com/itworksnow/SpoofDPI/hello"
|
|
)
|
|
|
|
func main() {
|
|
hello.Hello()
|
|
}
|