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