mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-19 09:12:19 +00:00
update
This commit is contained in:
parent
67549f8c21
commit
7f0502de6a
@ -1,9 +1,12 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
"github.com/itworksnow/SpoofDPI/hello"
|
"github.com/itworksnow/SpoofDPI/hello"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
hello.Hello()
|
fmt.Print("hello")
|
||||||
|
hello.SayHello()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user