Add descriptions to example programs and bump deps in examples

This commit is contained in:
Christian Rocha
2020-10-14 11:51:04 -04:00
parent a588b61db4
commit 51e97bb959
9 changed files with 31 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
package main
// A simple program demonstrating the text input component from the Bubbles
// component library.
import (
"errors"
"fmt"