The ultimate guide to writing a Go tool

from blog Fatih Arslan, | ↗ original
A while ago I've started to build a tool to make my life easier. It's called: gomodifytags. It automatically fills the struct tag fields based on the field names. Let me show you an example:An example usage...