Skip to content

Commit

Permalink
change to package
Browse files Browse the repository at this point in the history
  • Loading branch information
piaodazhu committed Aug 13, 2023
1 parent 1202024 commit b2c8f47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package proxylite

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package proxylite

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion protocol.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package proxylite

import (
"encoding/binary"
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package proxylite

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion server_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package proxylite

import (
"fmt"
Expand Down

0 comments on commit b2c8f47

Please sign in to comment.