tkrajina / golongfuncs

Find long/complex Golang functions in your code
Apache License 2.0
29 stars 3 forks source link

All `go install` instruction to README.md #4

Closed gogingersnap777 closed 4 months ago

gogingersnap777 commented 4 months ago

Proposal

It wasn't obvious at first how to install golongfuncs. I learned that the correct command is:

go install  github.com/tkrajina/golongfuncs/...

The current command isn't for installation, but to add to the go.mod and go.sum, along with any dependencies.

A PR is attached with suggested changes.

gogingersnap777 commented 4 months ago

PR with change - https://github.com/tkrajina/golongfuncs/pull/5

gogingersnap777 commented 4 months ago

@tkrajina Looking for review/feedback!