Make test_list_generator.go print what it's doing
It's confusing if the cheatsheet generator prints output but this one doesn't.
This commit is contained in:
@@ -19,6 +19,8 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
println("Generating test_list.go...")
|
||||
|
||||
code := generateCode()
|
||||
|
||||
formattedCode, err := format.Source(code)
|
||||
|
||||
Reference in New Issue
Block a user