Update gocomb.go

This commit is contained in:
kuoi 2022-01-15 11:50:18 +00:00 committed by GitHub
parent eb831287cc
commit 15b4c2a37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ func main() {
}
// 准备发射到模板的数据
//prepare the var used by tmpl
last_data := tmpl_data{ntax, nchar, matrix, sum_charset}
// fmt.Println(last_data)
do_impl(last_data)