From 7a2b99443eaf7a8fae6a74bbf71d7a446af65baf Mon Sep 17 00:00:00 2001 From: Kirill Korotaev Date: Sat, 11 Apr 2020 19:20:33 +0300 Subject: [PATCH] remove README.md comment from another PR --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index d5d44bf..92d9f1f 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,6 @@ Additional option notes: * `-build_tags` will add the specified build tags to generated Go sources. -## Structure json tag options - -Besides standart json tag options like 'omitempty' the following are supported: - -* 'noclone' - disables allocation and copying of string values, making them - refer to original json buffer memory. This works great for short lived - objects which are not hold in memory after decoding and immediate usage. - ## Generated Marshaler/Unmarshaler Funcs For Go struct types, easyjson generates the funcs `MarshalEasyJSON` /