Update gocomb.go
This commit is contained in:
parent
eb831287cc
commit
15b4c2a37c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue