diff --git a/board/api.go b/board/api.go index 38c889a..db2200b 100644 --- a/board/api.go +++ b/board/api.go @@ -4,6 +4,8 @@ import ( "github.com/BattlesnakeOfficial/rules" ) +// This is deprecated now because of db writes + caching + // Types used to implement the JSON API expected by the board client. // JSON structure returned by the game status endpoint.