Skip to content

marcelbeumer/go-playground

Repository files navigation

go-playground

Toying around with Go for my own reference.

Ideas:

  • Implement same app with sqlc, ent and sqlx. Pick migration lib for each case (init and 1+ migration). Document some ideas, pros and cons.
  • Implement dev server with which you can do: dev-server -p 8080 --static /=./public --proxy /api=http://backend:9000 --proxy /api2=http://backend2:9000

About

Toying around with Go for my own reference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published