loudgolem

Results 228 comments of loudgolem

Maybe switch or conditionally switch to staticcheck? https://github.com/golang/go/issues/38968#issuecomment-631622473 There's also [golangci-lint](https://golangci-lint.run/usage/linters/) which has support for many linters including staticcheck.

I made a fork and deployed locally. It needs to be deployed on cloudflare for it to work as per design. Here are the changes made https://github.com/phanirithvij/rawgithack - url changes...

@roysubs `scoop install -u ...` skips the autoupdate.

A few forks are active https://useful-forks.github.io/?repo=c-bata/go-prompt. The most worked on/active being https://github.com/elk-language/go-prompt - But the original examples are broken, and the new examples are a regression on my machine (linux)

@Verseth thanks for the response I don't mind the breaking changes but I am talking about a [regression](https://github.com/c-bata/go-prompt/assets/29627898/8af4c13e-d282-45cd-8293-16982b61277e), issues are disabled in your repo could you enable them? I'd like...

@scillidan I think you need to set cmd.exe as the shell in navi config. ref: https://github.com/denisidoro/navi/issues/40#issuecomment-845495970

The coverage seems to be 37.47%, but a minimum of 80% is required as per the [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md?rgh-link-date=2022-09-23T01%3A18%3A49Z#quality-standards) of awesome-go.

@zhufuyi I am sorry about this, I will merge it could you please reopen.

viddy "bash -c 'ls -l'" watch "bash -c 'ls -l'"