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
pkg extends the core Go packages with missing or additional functionality built in. All packages correspond to the std go package name with an additional suffix of `ext` to avoid naming conflicts.
9
10
10
-
Motivation
11
-
----------
11
+
## Motivation
12
+
12
13
This is a place to put common reusable code that is not quite a library but extends upon the core library, or it's failings.
13
14
14
-
How to Contribute
15
-
------
15
+
## Install
16
+
17
+
`go get -u github.com/go-playground/pkg/v5`
18
+
19
+
## How to Contribute
16
20
17
21
Make a pull request... can't guarantee it will be added, going to strictly vet what goes in.
18
22
19
-
License
20
-
------
23
+
## License
24
+
21
25
Distributed under MIT License, please see license file within the code for more details.
0 commit comments