I am new with golang and we just had our first git commit of it and to our surprise the indentations were different.
On vscode my code looks like this : The indentations/tabs are well formatted.
and on nano and github it got broken.
I found an answer related, a tool here that formats the tabs and spaces but do I really have to invoke go fmt
every time I have to git
?