Skip to content

Commit 24f1832

Browse files
author
Dean Karn
authored
Update README.md
1 parent ce1c956 commit 24f1832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Package form parses url.Values and fills a struct with values, creating objects
1212

1313
It has the following features:
1414

15-
- Primitives types cause zero allocations.
1615
- Supports map of almost all types.
1716
- Supports both Numbered and Normal arrays eg. `"Array[0]"` and just `"Array"` with multiple values passed.
1817
- Array honours the specified index. eg. if `"Array[2]"` is the only Array value passed down, it will be put at index 2; if array isn't big enough it will be expanded.

0 commit comments

Comments
 (0)