A Go tool to add comments automatically to all the exported methods.
1. Clone this repo
2. cd to the cloned directory
3. Type ./install in terminal and hit enter
1. Clone this repo
2. cd to the cloned directory
3. Type ./uninstall in terminal and hit enter
autocomment .
autocomment [DIRNAME]
autocomment [FILENAME]...
func AB() {
}
// AB ...
func AB(){
}
go-auto-commenter is released under the Apache 2.0 license. See LICENSE.txt