sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

golint #220

Open pravic opened 4 years ago

pravic commented 4 years ago

$ go get -u golang.org/x/lint/golint

There are about 700 lint warnings now and it would be better to fix them.

AshfordN commented 3 years ago

Are these warnings the result of comments that are not formatted according to Go's documentation guidelines?

pravic commented 3 years ago

I don't remember it now. Need to check again.