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