feat: add event package #4
Annotations
3 errors and 2 warnings
lint:
event.go#L31
variable name 'ch' is too short for the scope of its usage (varnamelen)
|
lint:
event.go#L30
parameter name 'f' is too short for the scope of its usage (varnamelen)
|
lint
issues found
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
examples_test.go#L22
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
|