From 8ebe737012b9aa4f8ae03986d181c0bb169e2824 Mon Sep 17 00:00:00 2001 From: raizen666 Date: Thu, 15 Jul 2021 04:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'internal/json/gojson.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/json/gojson.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/json/gojson.go b/internal/json/gojson.go index 376b89d4..4f1448e7 100644 --- a/internal/json/gojson.go +++ b/internal/json/gojson.go @@ -25,4 +25,4 @@ func (GOjson) Marshal(v interface{}) ([]byte, error) { // Unmarshal implements JSONInterface func (GOjson) Unmarshal(data []byte, v interface{}) error { return gojson.Unmarshal(data, v) -} \ No newline at end of file +}