From 7aedd8ac344ac6d99df51f3c06862ed2cb4f6d52 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Aug 2025 17:01:16 +0200 Subject: Simplify code --- cmd/exttmpl/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go index d5d929b..4b3ef6d 100644 --- a/cmd/exttmpl/main.go +++ b/cmd/exttmpl/main.go @@ -45,8 +45,8 @@ var ( currentFile []byte currentPath string lastComment string - translations map[translation]transinfo = make(map[translation]transinfo) - configs = map[string]config{ + translations = make(map[translation]transinfo) + configs = map[string]config{ "Get": {1, -1, -1, -1}, "GetC": {1, -1, 2, -1}, "GetD": {2, -1, -1, 1}, -- cgit v1.2.3