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