chore: rename project from go-upkeep to uptop
CI / test (pull_request) Successful in 4m19s
CI / lint (pull_request) Successful in 1m6s

Module path now gitea.lerkolabs.com/lerko/uptop.
Binary moves to cmd/uptop. All imports, display strings,
CI config, and docs updated.
This commit is contained in:
2026-05-24 19:40:37 -04:00
parent 36a4b69837
commit 5862a46b00
30 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## Development
```sh
go run cmd/goupkeep/main.go -demo # starts with sample data
go run cmd/uptop/main.go -demo # starts with sample data
ssh -p 23234 localhost # connect to TUI
```