We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b7f45 commit 0ab3b31Copy full SHA for 0ab3b31
server/handler/render.go
@@ -6,9 +6,10 @@ import (
6
"net/http"
7
"strconv"
8
9
+ "github.com/src-d/code-annotation/server/serializer"
10
+
11
"github.com/go-chi/chi"
12
"github.com/pressly/lg"
- "github.com/src-d/code-annotation/server/serializer"
13
)
14
15
// RequestProcessFunc is a function that takes an http.Request, and returns a serializer.Response and an error
0 commit comments