fixed formatting
This commit is contained in:
parent
b4e1dbb4f9
commit
7f718a30d7
@ -25,13 +25,13 @@ import (
|
||||
const StaticResource = "/static/"
|
||||
|
||||
var staticFiles = map[string]string{
|
||||
"containers.css": containersCss,
|
||||
"containers.js": containersJs,
|
||||
"bootstrap.min.css": bootstrapCss,
|
||||
"bootstrap-theme.min.css": bootstrapThemeCss,
|
||||
"jquery.min.js": jqueryJs,
|
||||
"bootstrap.min.js": bootstrapJs,
|
||||
"google-jsapi.js": googleJsapiJs,
|
||||
"containers.css": containersCss,
|
||||
"containers.js": containersJs,
|
||||
"bootstrap.min.css": bootstrapCss,
|
||||
"bootstrap-theme.min.css": bootstrapThemeCss,
|
||||
"jquery.min.js": jqueryJs,
|
||||
"bootstrap.min.js": bootstrapJs,
|
||||
"google-jsapi.js": googleJsapiJs,
|
||||
}
|
||||
|
||||
func HandleRequest(w http.ResponseWriter, u *url.URL) error {
|
||||
|
Loading…
Reference in New Issue
Block a user