unexport user

This commit is contained in:
Henrique Dias
2017-06-25 11:40:23 +01:00
parent 761f6a6e30
commit 2ee4d9622c
10 changed files with 64 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ var (
)
// command handles the requests for VCS related commands: git, svn and mercurial
func command(w http.ResponseWriter, r *http.Request, c *FileManager, u *User) (int, error) {
func command(w http.ResponseWriter, r *http.Request, c *FileManager, u *user) (int, error) {
// Upgrades the connection to a websocket and checks for errors.
conn, err := upgrader.Upgrade(w, r, nil)
if err != nil {