Codebase list golang-github-sanity-io-litter / 9a4d13c
Readme: Document DisablePointerReplacement. Alexander Staubo 3 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
150150
151151 // Use compact output: strip newlines and other unnecessary whitespace
152152 litter.Config.Compact = true
153
154 // Prevents duplicate pointers from being replaced by placeholder variable names (except in necessary, in the case
155 // of circular references)
156 litter.Config.DisablePointerReplacement = true
153157 ```
154158
155159 ### `litter.Options`