From 25b20b9f14ad68bf85cfe27828d312ffa75d847f Mon Sep 17 00:00:00 2001 From: eeeXun Date: Wed, 1 Feb 2023 14:56:59 +0800 Subject: [PATCH] style: add comment --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index 5478e7e..4eb935e 100644 --- a/config.go +++ b/config.go @@ -98,6 +98,7 @@ func updateConfig() { } } } + // Destination language is not passed in argument if len(*dstLangArg) == 0 { for t_str, t := range translators { if config.GetString(fmt.Sprintf("destination.language.%s", t_str)) != t.GetDstLang() {