Go tool to modify struct field tags easily
Go tool to modify struct field tags
gomodifytags$ gomodifytags -file main.go -struct User -add-tags json$ gomodifytags -file main.go -struct Person -add-tags json,xml -transform camelcase$ gomodifytags -file main.go -struct Config -remove-tags yaml