Reduce code & refactor Scan & Value fn

This commit is contained in:
Denis Arh
2022-07-30 16:11:06 +02:00
parent a58eb1e052
commit c710aa079d
33 changed files with 112 additions and 770 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
)
func ParseJSON(raw any, dest any) (error) {
func ParseJSON(raw any, dest any) error {
var (
data []byte
)