otrego / clamshell

Clamshell is a library of Golang functions and tools for the game go
Apache License 2.0
18 stars 11 forks source link

Rename board.NewBoard to board.New #219

Closed artasparks closed 3 years ago

artasparks commented 3 years ago

We should rename board.NewBoard to Board.New. https://blog.golang.org/package-names talks a little bit about naming conventions.