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
@@ -277,36 +277,35 @@ Field []*string{nil, nil, &i}
277
277
278
278
Benchmarks
279
279
------
280
-
###### Run on MacBook Pro (15-inch, 2017) using go version go1.10.1 darwin/amd64
280
+
###### Run on M1 MacBook Pro using go version go1.20.6 darwin/amd64
281
281
282
282
NOTE: the 1 allocation and B/op in the first 4 decodes is actually the struct allocating when passing it in, so primitives are actually zero allocation.
Competitor benchmarks can be found [here](https://github.com/go-playground/form/blob/master/benchmarks/benchmarks.md)
@@ -319,15 +318,6 @@ Here is a list of software that compliments using this library post decoding.
319
318
*[Validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.
320
319
*[mold](https://github.com/go-playground/mold) - Is a general library to help modify or set data within data structures and other objects.
321
320
322
-
Package Versioning
323
-
----------
324
-
I'm jumping on the vendoring bandwagon, you should vendor this package as I will not
325
-
be creating different version with gopkg.in like allot of my other libraries.
326
-
327
-
Why? because my time is spread pretty thin maintaining all of the libraries I have + LIFE,
328
-
it is so freeing not to worry about it and will help me keep pouring out bigger and better
329
-
things for you the community.
330
-
331
321
License
332
322
------
333
323
Distributed under MIT License, please see license file in code for more details.
0 commit comments