Add TODOs

This commit is contained in:
David Dworken 2022-09-21 19:59:31 -07:00
parent f6a1298c4c
commit 27157e675d
2 changed files with 4 additions and 0 deletions

View File

@ -568,3 +568,5 @@ func main() {
}
log.Fatal(http.ListenAndServe(":8080", nil))
}
// TODO: Maybe optimize the endpoints a bit to reduce the number of round trips required?

View File

@ -305,3 +305,5 @@ func TestUpdateReleaseVersion(t *testing.T) {
t.Fatalf("ReleaseVersion wasn't updated to contain a version: %#v", ReleaseVersion)
}
}
// TODO: server tests for redaction