i would really love to read a short super opinionated guide to Go web development by someone with the same values/requirements as me, like:
- no magic (for example I think no ORM)
- stay pretty close to the standard library
- minimal dependencies
- very small sites, just a few pages/endpoints
can't tell if this exists though, there are a lot of golang web dev guides out there but just from reading the TOC I can usually tell that I have different values from the authors