feat(): MyPostRequest and test functions #1
Annotations
9 warnings
Bool condition:
user/user.go#L34
Condition `runtime.GOOS == "windows"` is always `false`
|
Bool condition:
internal/upgrade/upgrade.go#L22
Condition `runtime.GOOS == "windows"` is always `false`
|
Unhandled error:
user/user.go#L75
Unhandled error
|
Unhandled error:
user/user.go#L92
Unhandled error
|
Unhandled error:
live/live.go#L350
Unhandled error
|
Unhandled error:
slide/slide.go#L138
Unhandled error
|
Locks mistakenly passed by value:
video/videoBatch.go#L22
Range variable `video` copies the lock: type `Video` contains `sync.WaitGroup` contains `interface{}` which is `sync.Locker`
|
Locks mistakenly passed by value:
video/videoBatch.go#L48
Call of `append` copies the lock value: type `Video` contains `sync.WaitGroup` contains `interface{}` which is `sync.Locker`
|
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|