mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
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:
committed by
Christian Rocha
parent
154df9f538
commit
a588b61db4
@@ -1,6 +1,6 @@
|
||||
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 (
|
||||
"errors"
|
||||
|
||||
Reference in New Issue
Block a user