In this tutorial, you will learn how to build a Todo app backend with Golang.
If you are new to programming or a Dev who desires to learn Golang, ...
For further actions, you may consider blocking this person and/or reporting abuse
Great post! You don't need to do a go get in the middleware, it's already included in the main
go-chipackageNice, thanks for letting me know
Great post.
Instead of having separate models for json/bson,
you could use the json tag as well and the data will be available in json as well :)
Will also be nice if you package the app in docker and a docker-compose file is made available for the database like you suggested.
Again, great work and looking forward to more nice things.
Cheers
Interesting, I thought I had to save the data in bson because I was using a MongDB database. Thank you for this information. I appreciate your feedback.