index
:
gomove
fix-cli-package-compatibility
master
gomove is a utility to help you move golang packages by automatically changing the import paths from the old one to new one.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2015-10-26
trimming spaces on console output messages
Kaushal Subedi
2015-10-26
added checks to make sure non changed files do not get written
Kaushal Subedi
2015-10-26
added default value for safe mode to false
Kaushal Subedi
2015-10-26
added safe mode warning
Kaushal Subedi
2015-10-26
added colors to native processing output
Kaushal Subedi
2015-10-26
added new flag for safe mode
Kaushal Subedi
2015-10-26
more refactoring
Kaushal Subedi
2015-10-26
minor refactoring and added comments
Kaushal Subedi
2015-10-26
split ast processing and native processing to different files
Kaushal Subedi
2015-10-26
added missing comments
Kaushal Subedi
2015-10-26
only write files if changes were made
Kaushal Subedi
2015-10-26
changed the way imports are replaced on AST
Kaushal Subedi
2015-10-26
added processing of go files without using ast
Kaushal Subedi
2015-10-26
added warning on readme about the comment stripping issue
Kaushal Subedi
2015-10-25
added link to releases page on readme
Kaushal Subedi
2015-10-25
added colors to console output
0.0.1-pre-release
Kaushal Subedi
2015-10-25
initial commit
Kaushal Subedi