This commit is contained in:
itworksnow 2021-12-28 14:10:21 +09:00
parent 90727558cb
commit 2664dcf0d1
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package main
import ( import (
"fmt" "fmt"
"github.com/jerry901/SpoofDPI/hello" "github.com/itworksnow/SpoofDPI/hello"
) )
func main() { func main() {

View File

@ -1,6 +1,5 @@
package hello package hello
import ( import (
"fmt" "fmt"
) )