This library helps in removing squiggly lines and adding default comments to exported functions and variables.
In the command line, run the following snippet to Parse all files in the current directory or a single file.
go run lazycomment.go -c=defaultcomment -dir="." //for the current directory
go run lazycomment.go -c=defaultcomment -dir="./sample.go" //for a single file