lccgo is a line and character counter.
Just clone the repository and build it :)
git clone https://github.com/DanielcoderX/lccgo
cd lccgo/
go build -o build/lccgo
Currently, support one subdirectory :(
lccgo ./main.go
lccgo src/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.