Update nex_tmpl.go

This commit is contained in:
kuoi 2022-01-05 03:29:59 +00:00 committed by GitHub
parent 6104ffa734
commit 087dc76360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ MATRIX
END;
BEGIN SETS;
{{- range $_, $i := .Charset }}
CHARSET {{ replace $i.Name ".fas" "" }} = {{ $i.From }}-{{ $i.To }};
CHARSET {{ $i.Name }} = {{ $i.From }}-{{ $i.To }};
{{- end }}
END;
`