feat: make a quick dirty demo #58
Annotations
15 errors
|
Build
Process completed with exit code 1.
|
|
Build:
cmd/server/main.go#L25
not enough arguments in call to simulation.New
|
|
Build:
cmd/client/main.go#L32
not enough arguments in call to game.New
|
|
Lint
issues found
|
|
Lint:
internal/state/state_test.go#L53
invalid operation: expected != actual (struct containing map[uint16]string cannot be compared) (typecheck)
|
|
Lint:
internal/state/state_test.go#L37
undefined: state.Movable
|
|
Lint:
internal/state/state_test.go#L37
unknown field Player in struct literal of type state.State
|
|
Lint:
cmd/server/main.go#L25
not enough arguments in call to simulation.New
|
|
Lint:
cmd/client/main.go#L32
not enough arguments in call to game.New
|
|
Test
Process completed with exit code 1.
|
|
Test:
internal/state/state_test.go#L53
invalid operation: expected != actual (struct containing map[uint16]string cannot be compared)
|
|
Test:
internal/state/state_test.go#L37
undefined: state.Movable
|
|
Test:
internal/state/state_test.go#L37
unknown field Player in struct literal of type state.State
|
|
Test:
cmd/server/main.go#L25
not enough arguments in call to simulation.New
|
|
Test:
cmd/client/main.go#L32
not enough arguments in call to game.New
|