Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihaigalos/go-bar
Simple, bazelized, zero-dependency progress bar in Go.
https://github.com/mihaigalos/go-bar
Last synced: 3 days ago
JSON representation
Simple, bazelized, zero-dependency progress bar in Go.
- Host: GitHub
- URL: https://github.com/mihaigalos/go-bar
- Owner: mihaigalos
- License: gpl-3.0
- Created: 2021-01-20T19:18:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T10:16:14.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T12:36:40.432Z (5 months ago)
- Language: Starlark
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bar
Simple, bazelized, zero-dependency progress bar in Go.
Based on implementation from [here](https://www.pixelstech.net/article/1596946473-A-simple-example-on-implementing-progress-bar-in-GoLang).