We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea64165 commit b5fa5cdCopy full SHA for b5fa5cd
cmd/root.go
@@ -59,7 +59,7 @@ func Main() {
59
60
if colors {
61
chigo.PrintWithColors(textNoNewline)
62
- return
+ return
63
}
64
65
fmt.Println(textNoNewline)
example/main.go
@@ -24,7 +24,7 @@ func sayHi() {
24
25
func printTonsOfText() {
26
for i := 0; i < 10; i++ {
27
- fmt.Println(lorelai.Paragraph())
+ fmt.Println(lorelai.Paragraph())
28
29
30
0 commit comments