This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
ugorji__go
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
codec: fix potential ambiguous import error using modules
Fixes #279
Ugorji Nwoke
7 years ago
parent
feac831543
commit
0ce70acac9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
codec/go.mod
+ 1
- 0
codec/go.mod
View File
@@ -1,2 +1,3 @@
module github.com/ugorji/go/codec
+require github.com/ugorji/go v1.1.1