From 56925961dfec84e0b34d37934774b1802a1763a3 Mon Sep 17 00:00:00 2001 From: ztz Date: Fri, 4 Jun 2021 11:21:52 +0800 Subject: [PATCH] Typo: josn => json (#2429) --- pkg/config/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/client.go b/pkg/config/client.go index 2941024..6cfeb6c 100644 --- a/pkg/config/client.go +++ b/pkg/config/client.go @@ -34,7 +34,7 @@ type ClientCommonConf struct { // ServerAddr specifies the address of the server to connect to. By // default, this value is "0.0.0.0". - ServerAddr string `ini:"server_addr" josn:"server_addr"` + ServerAddr string `ini:"server_addr" json:"server_addr"` // ServerPort specifies the port to connect to the server on. By default, // this value is 7000. ServerPort int `ini:"server_port" json:"server_port"`