https://github.com/coderosh/learning-go
learning go by building
https://github.com/coderosh/learning-go
Last synced: 11 months ago
JSON representation
learning go by building
- Host: GitHub
- URL: https://github.com/coderosh/learning-go
- Owner: coderosh
- Created: 2024-05-12T04:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T11:49:04.000Z (over 1 year ago)
- Last Synced: 2025-01-22T12:45:33.782Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learning golang
1. `gomanga` - tui to download manga
1. `gocalcrepl` - repl for normal math calculation using tokenizer, parser and interpreter
1. `gotodo` - normal todo web app with `net/http`
1. `goshort` - url shortner with `htmx`, `echo`, `tailwind`, `sqlite`, `templ`