We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa69f4 commit 9308ba2Copy full SHA for 9308ba2
query/encode.go
@@ -98,8 +98,8 @@ type Encoder interface {
98
// from the "url" tag) will use the value of the "del" tag as the delimiter.
99
// For example:
100
//
101
-// // Encode a slice of bools as ints ("1" for true, "0" for false),
102
-// // separated by exclamation points "!".
+// // Encode a slice of bools as ints ("1" for true, "0" for false),
+// // separated by exclamation points "!".
103
// Field []bool `url:",int" del:"!"`
104
105
// Anonymous struct fields are usually encoded as if their inner exported
0 commit comments