mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-23 21:51:07 +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() {
|
func main() {
|
||||||
|
println("Generating test_list.go...")
|
||||||
|
|
||||||
code := generateCode()
|
code := generateCode()
|
||||||
|
|
||||||
formattedCode, err := format.Source(code)
|
formattedCode, err := format.Source(code)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user