Ensure indentation is consistent in example code
plus remove usage of ancient builtin `println` 🙀
This commit is contained in:
parent
3164173947
commit
2da290b872
4
cli.go
4
cli.go
@ -11,8 +11,8 @@
|
|||||||
// Name: "greet",
|
// Name: "greet",
|
||||||
// Usage: "say a greeting",
|
// Usage: "say a greeting",
|
||||||
// Action: func(c *cli.Context) error {
|
// Action: func(c *cli.Context) error {
|
||||||
// println("Greetings")
|
// fmt.Println("Greetings")
|
||||||
// return nil
|
// return nil
|
||||||
// },
|
// },
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user