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.
2 parents a21f139 + e0b806b commit 2dff388Copy full SHA for 2dff388
README.md
@@ -320,7 +320,7 @@ When using a SQL Database it is most likely you want to use the special SQL-Type
320
- sql.NullInt64
321
- sql.NullString
322
323
-The Problem is, that they internally manage the `null` value behavior by using a custom struct. In order to Marshal und Unmarshal
+The Problem is, that they internally manage the `null` value behavior by using a custom struct. In order to Marshal and Unmarshal
324
these values, it is required to implement the `json.Marshaller` and `json.Unmarshaller` interfaces of the go standard library.
325
326
But you dont have to do this by yourself! There already is a library that did the work for you. We recommend that you use the types
0 commit comments