forked from Mirrors/bubbletea
Fix incorrect program description comment
This commit fixes an incorrect program description comment that is actually used for the /examples/simple/main.go program.
This commit is contained in:
parent
154df9f538
commit
a588b61db4
@ -1,6 +1,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
// A simple program that counts down from 5 and then exits.
|
// A simple program that makes a GET request and prints the response status.
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
Loading…
Reference in New Issue
Block a user