Migrate new judge component from judge2 package. #451
Annotations
10 errors and 1 warning
build:
internal/web/helpers/judge.go#L4
"github.com/mraron/njudge/internal/judge" imported as judge2 and not used
|
build:
internal/web/helpers/judge.go#L14
undefined: judge
|
build:
internal/web/helpers/judge.go#L21
res.Host undefined (type *Judge has no field or method Host)
|
build:
internal/web/helpers/judge.go#L22
res.Port undefined (type *Judge has no field or method Port)
|
build:
internal/web/helpers/judge.go#L26
undefined: judge
|
build:
internal/web/helpers/judge.go#L28
res.Load undefined (type *Judge has no field or method Load)
|
build:
internal/web/helpers/judge.go#L29
res.ProblemList undefined (type *Judge has no field or method ProblemList)
|
build:
internal/web/helpers/judge.go#L30
res.LanguageList undefined (type *Judge has no field or method LanguageList)
|
build:
internal/web/helpers/judge.go#L31
res.Uptime undefined (type *Judge has no field or method Uptime)
|
build
Process completed with exit code 1.
|
build
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/.
|