Genesis
This commit is contained in:
commit
11c599a371
11 changed files with 325 additions and 0 deletions
13
ChronoTomato.go
Normal file
13
ChronoTomato.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package main
|
||||
|
||||
//// TODO
|
||||
// - add progress bar (https://github.com/charmbracelet/bubbles?tab=readme-ov-file#progress)
|
||||
// - add controls
|
||||
|
||||
import (
|
||||
"ChronoTomato/cmd/client"
|
||||
)
|
||||
|
||||
func main() {
|
||||
client.Start()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue