This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Add DID <> TLS integration example #845
Annotations
1 error and 6 warnings
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
example/tls/main.go#L57
deep-exit: calls to log.Fatal only in main() or init() functions (revive)
|
lint:
example/tls/main.go#L62
deep-exit: calls to log.Fatal only in main() or init() functions (revive)
|
lint:
example/tls/main.go#L86
deep-exit: calls to log.Fatal only in main() or init() functions (revive)
|
lint:
example/tls/main.go#L96
unhandled-error: Unhandled error in call to function fmt.Println (revive)
|
lint:
example/tls/main.go#L187
unhandled-error: Unhandled error in call to function fmt.Println (revive)
|