fix: typo #42
Annotations
12 warnings
analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analysis:
biz/dal/mysql/init.go#L17
don't use underscores in Go names; var mysql_hostname should be mysqlHostname
|
analysis:
biz/dal/mysql/init.go#L18
don't use underscores in Go names; var mysql_port should be mysqlPort
|
analysis:
biz/dal/mysql/init.go#L19
don't use underscores in Go names; var mysql_username should be mysqlUsername
|
analysis:
biz/dal/init.go#L8
exported function Init should have comment or be unexported
|
analysis:
biz/dal/mysql/init.go#L20
don't use underscores in Go names; var mysql_password should be mysqlPassword
|
analysis:
biz/dal/mysql/init.go#L21
don't use underscores in Go names; var mysql_schema should be mysqlSchema
|
analysis:
biz/dal/mysql/init.go#L12
exported var DB should have comment or be unexported
|
analysis:
biz/dal/mysql/init.go#L14
exported function Init should have comment or be unexported
|
analysis:
swagger/docs.go#L1
package comment should be of the form "Package swagger ..."
|
analysis:
hertz_client/domprinter_service/hertz_client.go#L55
struct field hostUrl should be hostURL
|