pgoultiaev/aoc2017

View on GitHub
3/3.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Player should have comment or be unexported
Open

type Player struct {
Severity: Minor
Found in 3/3.go by golint

exported var Right should have comment or be unexported
Open

    Right  = Direction{1, 0}
Severity: Minor
Found in 3/3.go by golint

exported type Point should have comment or be unexported
Open

type Point struct {
Severity: Minor
Found in 3/3.go by golint

exported type Direction should have comment or be unexported
Open

type Direction struct {
Severity: Minor
Found in 3/3.go by golint

There are no issues that match your filters.

Category
Status