aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushal Subedi2015-10-26 15:05:11 -0600
committerKaushal Subedi2015-10-26 15:05:11 -0600
commitd40ae98795e704d5931ae2d0124181ce72fab922 (patch)
treea43379a7b407c5a27dfbc6e823688b22506acc3f
parent9f33039d707a42b1436bebddcab073990dfe11d1 (diff)
downloadgomove-d40ae98795e704d5931ae2d0124181ce72fab922.tar.bz2
added warning on readme about the comment stripping issue
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e63bae..b20dc26 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------