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,6 +1,7 @@
package main
// A simple program that counts down from 5 and then exits.
// A simple program that opens the alternate screen buffer then counts down
// from 5 and then exits.
import (
"fmt"