mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Add TODOs
This commit is contained in:
parent
f6a1298c4c
commit
27157e675d
@ -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?
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user