add while and forever loops

This commit is contained in:
2023-03-12 01:10:31 +00:00
parent 27a1abe160
commit 4619f1c278
23 changed files with 655 additions and 112 deletions

13
go.mod
View File

@@ -2,4 +2,15 @@ module wbell.dev/m/v2
go 1.19
require github.com/wadey/go-rounding v1.1.0
require (
github.com/fatih/color v1.14.1
github.com/wadey/go-rounding v1.1.0
)
require (
github.com/jwalton/go-supportscolor v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
)