chessmodule/movegengo

View on GitHub
gamestate.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type GameState should have comment or be unexported
Open

type GameState struct {
Severity: Minor
Found in gamestate.go by golint

exported function DefaultGameStateColour should have comment or be unexported
Open

func DefaultGameStateColour() uint8 {
Severity: Minor
Found in gamestate.go by golint

exported function NewGameState should have comment or be unexported
Open

func NewGameState() *GameState {
Severity: Minor
Found in gamestate.go by golint

There are no issues that match your filters.

Category
Status