Commit 0c813ebe authored by Jacob Vosmaer's avatar Jacob Vosmaer

Run "go fmt" for Kamil

parent b912293a
...@@ -11,8 +11,8 @@ import ( ...@@ -11,8 +11,8 @@ import (
"net/http" "net/http"
"os" "os"
"os/exec" "os/exec"
"syscall"
"path" "path"
"syscall"
) )
func fail500(w http.ResponseWriter, err error) { func fail500(w http.ResponseWriter, err error) {
......
...@@ -7,12 +7,12 @@ In this file we handle request routing and interaction with the authBackend. ...@@ -7,12 +7,12 @@ In this file we handle request routing and interaction with the authBackend.
package main package main
import ( import (
"fmt"
"log" "log"
"net/http" "net/http"
"net/http/httputil" "net/http/httputil"
"net/url" "net/url"
"strings" "strings"
"fmt"
) )
type serviceHandleFunc func(w http.ResponseWriter, r *gitRequest) type serviceHandleFunc func(w http.ResponseWriter, r *gitRequest)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment