George Thomas

Add JSON tags to Go structs

I wrote a thing that adds camelCase JSON tags to Go structs, because this can sometimes be tedious. Find it here: https://geotho.github.io/struct-tag-me/

It would probably be better written as a Go tool.