mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04: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…
Reference in a new issue