You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Get rid of dependencies in the library (#11)
json2go comes with pflag, must and yaml.v2 dependencies, so move it
to a separate module. This way requiring tj does not pull in any
transitive dependencies.