I have big go file 1500 lines and I have to uppercase 30+ fields in 5 structs to enable serilization
It may take hour or two to fix.
Is there some command line refactoring tool to rename fields and names like in Java (eclipse, netbeans)
I seen that golang has structs to parse go files.
I expect it should be some refactoring