From 2664dcf0d17bc4dc24ddc919839fc8e731ac13df Mon Sep 17 00:00:00 2001 From: itworksnow Date: Tue, 28 Dec 2021 14:10:21 +0900 Subject: [PATCH] update --- cmd/spoof-dpi/main.go | 2 +- hello/hello.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/spoof-dpi/main.go b/cmd/spoof-dpi/main.go index 6dbe0b6..7b62ea5 100644 --- a/cmd/spoof-dpi/main.go +++ b/cmd/spoof-dpi/main.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/jerry901/SpoofDPI/hello" + "github.com/itworksnow/SpoofDPI/hello" ) func main() { diff --git a/hello/hello.go b/hello/hello.go index 0c27a41..ebb3e9f 100644 --- a/hello/hello.go +++ b/hello/hello.go @@ -1,6 +1,5 @@ package hello - import ( "fmt" )