readme update #10
Annotations
10 errors and 4 warnings
lint:
body.go#L10
exported type IBodyParser should have comment or be unexported
|
lint:
body.go#L14
exported type JsonBody should have comment or be unexported
|
lint:
body.go#L14
type JsonBody should be JSONBody
|
lint:
body.go#L18
exported method JsonBody.Parse should have comment or be unexported
|
lint:
body.go#L30
exported function NewJsonBodyParser should have comment or be unexported
|
lint:
body.go#L30
func NewJsonBodyParser should be NewJSONBodyParser
|
lint:
body.go#L34
exported function NewFormURLEncodedBodyParser should have comment or be unexported
|
lint:
body.go#L38
exported type FormURLEncodedBody should have comment or be unexported
|
lint:
body.go#L42
exported method FormURLEncodedBody.Parse should have comment or be unexported
|
lint:
connector.go#L3
exported type Connector should have comment or be unexported
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|