Replace "ramp" with "gradient" on exposed functions

This commit is contained in:
Christian Rocha
2020-12-01 17:03:48 -05:00
committed by Christian Rocha
parent 7e5ef42924
commit c303de1e85
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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)