Created
October 24, 2014 12:31
-
-
Save filipenos/f7e9451c49d04f00ee31 to your computer and use it in GitHub Desktop.
Go tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gofmt -d -l -r "package.OldFunc -> package.NewFunc" #Dry run to replate old func to new func | |
gofmt -w -l -r "pakcage.OldFunc -> package.NewFunc" #Replace old func to new func |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment