1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-15 00:15:15 +02:00

disable min css and js for web-app

This commit is contained in:
Lee Brown
2019-08-06 19:14:22 -08:00
parent 6948572f15
commit 17ed09708c
4 changed files with 5 additions and 30 deletions

View File

@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-08-05 19:25:44.265503 -0800 AKDT m=+407.181284601
// 2019-08-06 18:48:15.927954 -0800 AKDT m=+412.149396591
package docs
@ -2211,13 +2211,13 @@ type swaggerInfo struct {
}
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = swaggerInfo{Schemes: []string{}}
var SwaggerInfo = swaggerInfo{ Schemes: []string{}}
type s struct{}
func (s *s) ReadDoc() string {
t, err := template.New("swagger_info").Funcs(template.FuncMap{
"marshal": func(v interface{}) string {
"marshal": func(v interface {}) string {
a, _ := json.Marshal(v)
return string(a)
},