Skip to content

A command line tool to set default comments in go

Notifications You must be signed in to change notification settings

dsa0x/lazy-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Lazycomment - a simple cli tool to set default comments on exported functions in Go files

This library helps in removing squiggly lines and adding default comments to exported functions and variables.

Usage

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

About

A command line tool to set default comments in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages