Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jegj/gsandbox
golang sandbox
https://github.com/jegj/gsandbox
Last synced: about 2 months ago
JSON representation
golang sandbox
- Host: GitHub
- URL: https://github.com/jegj/gsandbox
- Owner: jegj
- Created: 2024-04-08T23:46:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T10:39:04.000Z (9 months ago)
- Last Synced: 2024-04-21T11:52:57.850Z (9 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gsandbox
daily golang sandbox
## Resources
- [Effective Go](https://go.dev/doc/effective_go)
- [Go Books](https://github.com/dariubs/GoBooks#2024---learning-go-an-idiomatic-approach-to-real-world-go-programming-2nd-edition)
- [Go std](https://pkg.go.dev/std)
- [PGX Sample](https://donchev.is/post/working-with-postgresql-in-go-using-pgx/)## Repos
- [tweet_automated_bot](https://github.com/forgeutah/tweet_automated_bot)
- [golang-cli-game](https://github.com/Soypete/golang-cli-game)
- [go blueprint](https://github.com/Melkeydev/go-blueprint?tab=readme-ov-file)
- [example web server](https://github.com/sikozonpc/ecom)
- [example cli](https://github.com/knqyf263/pet)
- [Framework for TUI](https://leg100.github.io/en/posts/building-bubbletea-programs/)