mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-10-10 06:11:22 +03:00
Replace "ramp" with "gradient" on exposed functions
This commit is contained in:
committed by
Christian Rocha
parent
7e5ef42924
commit
c303de1e85
@@ -18,7 +18,7 @@ const (
|
||||
)
|
||||
|
||||
func main() {
|
||||
progress, err := progress.NewModel(progress.WithDefaultRamp())
|
||||
progress, err := progress.NewModel(progress.WithDefaultGradient())
|
||||
if err != nil {
|
||||
fmt.Println("Could not initialize progress model:", err)
|
||||
os.Exit(1)
|
||||
|
Reference in New Issue
Block a user