From fdb30c71690916da612d795e0eb873b954ed8db5 Mon Sep 17 00:00:00 2001 From: Bhavnoor Singh Saroya Date: Mon, 18 Aug 2025 23:24:53 -0700 Subject: [PATCH] deprecate shitty design choices --- board/api.go | 2 ++ 1 file changed, 2 insertions(+) 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.