diff --git a/client.go b/client.go index 9734348..b3fb96d 100644 --- a/client.go +++ b/client.go @@ -1,4 +1,4 @@ -package main +package proxylite import ( "encoding/json" diff --git a/client_test.go b/client_test.go index 06863a1..e45b6b0 100644 --- a/client_test.go +++ b/client_test.go @@ -1,4 +1,4 @@ -package main +package proxylite import ( "testing" diff --git a/protocol.go b/protocol.go index 51afb8f..9315c99 100644 --- a/protocol.go +++ b/protocol.go @@ -1,4 +1,4 @@ -package main +package proxylite import ( "encoding/binary" diff --git a/server.go b/server.go index 9d8646c..f8a4685 100644 --- a/server.go +++ b/server.go @@ -1,4 +1,4 @@ -package main +package proxylite import ( "encoding/json" diff --git a/server_test.go b/server_test.go index 72d23a6..0f0624b 100644 --- a/server_test.go +++ b/server_test.go @@ -1,4 +1,4 @@ -package main +package proxylite import ( "fmt"