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 (
Expand
)
Author
2019-11-20
Merge pull request #5 from gcarter-comcast/keep-comments
HEAD
master
Kaushal Subedi
2019-11-01
Keep comments in safe mode.
Greg Carter
2018-12-13
Merge pull request #2 from femaref/master
Kaushal Subedi
2018-01-20
second try
Femaref
2018-01-20
document the fact we ignore vendor/
Femaref
2018-01-20
ignore the vendor path. It can't contain references to the package anyway and...
Femaref
2015-10-27
added comments
Kaushal Subedi
2015-10-26
version bump
0.2.17
Kaushal Subedi
2015-10-26
updated readme with safe mode
Kaushal Subedi
2015-10-26
minor fixes
Kaushal Subedi
2015-10-26
added better text outputs
Kaushal Subedi
2015-10-26
fixed typo
Kaushal Subedi
2015-10-26
updated colors on native processing
Kaushal Subedi
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