mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
update
This commit is contained in:
parent
7f0502de6a
commit
d94a94de55
@ -1,7 +0,0 @@
|
||||
# SpoofDPI
|
||||
|
||||
## build
|
||||
`go build ./...`
|
||||
|
||||
## install
|
||||
`go install github.com/jerry901/SpoofDPI/cmd/spoof-dpi`
|
@ -4,6 +4,6 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func Hello() {
|
||||
fmt.Print("Hello TEST")
|
||||
func SayHello() {
|
||||
fmt.Print("from module hello: Hello")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user