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

Run "go fmt" for Kamil

parent b912293a
......@@ -11,8 +11,8 @@ import (
"net/http"
"os"
"os/exec"
"syscall"
"path"
"syscall"
)
func fail500(w http.ResponseWriter, err error) {
......
......@@ -7,12 +7,12 @@ In this file we handle request routing and interaction with the authBackend.
package main
import (
"fmt"
"log"
"net/http"
"net/http/httputil"
"net/url"
"strings"
"fmt"
)
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