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 7e57077 commit 210ac95Copy full SHA for 210ac95
README.md
@@ -282,9 +282,7 @@ converter := New()
282
converter.ManageType(time.Time{}, TypeOptions{TSType: "Date", TSTransform: "new Date(__VALUE__)"})
283
```
284
285
-This is how now `time.Time` is managed in the library by default.
286
-
287
-If you only want to change `ts_transform` but not `ts_type`, you can pass an empty string:
+If you only want to change `ts_transform` but not `ts_type`, you can pass an empty string.
288
289
## Enums
290
0 commit comments