1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00

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:
Stefan Haller 2023-09-29 20:40:15 +02:00
parent 7af371701d
commit 18d8b29461

@ -19,6 +19,8 @@ import (
)
func main() {
println("Generating test_list.go...")
code := generateCode()
formattedCode, err := format.Source(code)