GoMeetups! is a toy project to learn / teach different languages, including Go, JavaScript and Kotlin .
This repo contains the api server implementation in go. For the moment, it uses Gin as http framework although, please be sure that you have checked the standard library to understand what's happening under the hood and as well as other alternatives like chi and gorilla/mux.
It doesn't implemented yet but PostgreSQL will be used as a persistent store.
Why not? Isn't it nice to play around, learn something new and share?