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`
|
|
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module github.com/itworksnow/SpoofDPI
|
module SpoofDPI
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
@ -4,6 +4,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Hello() {
|
func SayHello() {
|
||||||
fmt.Print("Hello TEST")
|
fmt.Print("from module hello: Hello")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user