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:
parent
7af371701d
commit
18d8b29461
@ -19,6 +19,8 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
println("Generating test_list.go...")
|
||||
|
||||
code := generateCode()
|
||||
|
||||
formattedCode, err := format.Source(code)
|
||||
|
Loading…
x
Reference in New Issue
Block a user