api: run go fmt

This commit is contained in:
Adhityaa
2018-06-10 23:13:42 +05:30
parent 42a58f1d87
commit 8b0d198934
10 changed files with 27 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
package main
import (
"os"
"fmt"
"html/template"
"os"
)
var headerTemplate *template.Template