diff options
| author | Kaushal Subedi | 2015-10-26 15:05:11 -0600 |
|---|---|---|
| committer | Kaushal Subedi | 2015-10-26 15:05:11 -0600 |
| commit | d40ae98795e704d5931ae2d0124181ce72fab922 (patch) | |
| tree | a43379a7b407c5a27dfbc6e823688b22506acc3f | |
| parent | 9f33039d707a42b1436bebddcab073990dfe11d1 (diff) | |
| download | gomove-d40ae98795e704d5931ae2d0124181ce72fab922.tar.bz2 | |
added warning on readme about the comment stripping issue
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ gomove ---------- +**Warning: The current version of this tool will strip all the comments from the source code. It is a limitation with golang's ast parser and I am working on another implementation that will leave the comments as well.** + Getting Started ------------- |
