Let’s make a simple todo app with Go - Continue if you are a beginner

https://t.co/q5Qb05SAVu



Generally Go is perfect for building micro services, but it doesn’t mean that trivial MVC app are not easy to build. Go has built-in support for parsing html template, though we are not going to focus on that.

#golang #tutorial