mirror of
https://github.com/wneessen/niljson.git
synced 2024-11-21 13:10:49 +01:00
Fix indentation issue in README.md
Corrected the indentation of the Float32 field in the JSONType struct. This change improves code readability and maintains consistent formatting throughout the documentation.
This commit is contained in:
parent
d6b359f1f5
commit
34fae8a109
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import (
|
|||
|
||||
type JSONType struct {
|
||||
Bool niljson.NilBoolean `json:"bool"`
|
||||
Float32 niljson.NilFloat32 `json:"float32,omitempty"`
|
||||
Float32 niljson.NilFloat32 `json:"float32,omitempty"`
|
||||
Float64 niljson.NilFloat64 `json:"float64"`
|
||||
Int niljson.NilInt `json:"int"`
|
||||
Int64 niljson.NilInt64 `json:"int64"`
|
||||
|
|
Loading…
Reference in a new issue