Format and specification code

This commit is contained in:
vCaesar
2017-06-30 23:38:12 +08:00
parent 8ab68b8423
commit ab37b3f8f4
6 changed files with 17 additions and 8 deletions

View File

@@ -68,9 +68,10 @@ package main
import (
"fmt"
"github.com/julienschmidt/httprouter"
"log"
"net/http"
"github.com/julienschmidt/httprouter"
)
func Index(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {