This website works better with JavaScript
Home
Explore
Help
Sign In
go-tools
/
utils
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改包名
yjp
1 year ago
parent
f37c9c1bf4
commit
d8f2d28538
2 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
1
1
encoding/encoding.go
1
1
encoding/encoding_test.go
+ 1
- 1
encoding/encoding.go
View File
@@ -1,4 +1,4 @@
-package
utils
+package
encoding
import (
import (
"bytes"
"bytes"
+ 1
- 1
encoding/encoding_test.go
View File
@@ -1,4 +1,4 @@
-package
utils
+package
encoding
import (
import (
"testing"
"testing"