Jungho Ahn

Results 3 comments of Jungho Ahn

@linuxerwang Yes, we have to handle multiple git repo (workspaces), which is not in my control. If gocode can read the config file from each repo (workspace) root, I think...

We have the same issue. I think this is because [http.ServeMux](https://golang.org/pkg/net/http/#ServeMux) cleans the path. I have no idea whether we can avoid this other than using other mux like gorilla/mux.

nvm. I forgot that compression performance highly depends on input. I used random bytes, but whenI used random base64 string, snappy was better than gzip.