Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jegj/gsandbox

golang sandbox
https://github.com/jegj/gsandbox

Last synced: about 2 months ago
JSON representation

golang sandbox

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/)