DEV Community

Discussion on: A simple blog in Go

Collapse
 
souksyp profile image
Souk Syp.

Echo is what I need to learn go. Lucky I found and read your post 🥳

Collapse
 
mark_saward profile image
Mark Saward

Glad it helped :) Echo is just a bit more opinionated than the Go standard library http stuff. I wouldn't use echo for everything, but it's handy to bootstrap some common things.