This commit is contained in:
itworksnow 2021-12-28 14:34:57 +09:00
parent 08160a74b5
commit 67549f8c21

View File

@ -1,9 +1,9 @@
package main package main
import ( import (
"fmt" "github.com/itworksnow/SpoofDPI/hello"
) )
func main() { func main() {
fmt.Print("AWEFWEF") hello.Hello()
} }