Added /internal/translate/keys endpoint

This commit is contained in:
Yuce Tekol 2018-11-21 16:35:50 +03:00 committed by Richard Artoul
parent daee7caed5
commit 82a9ef2059

View file

@ -24,8 +24,8 @@ import (
"io/ioutil"
"net"
"net/http"
_ "net/http/pprof"
"net/url" // Imported for its side-effect of registering pprof endpoints with the server.
_ "net/http/pprof" // Imported for its side-effect of registering pprof endpoints with the server.
"net/url"
"reflect"
"runtime/debug"
"strconv"