Skip to content

Commit

Permalink
fix #1154 (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
TColl committed Mar 15, 2022
1 parent 32b2467 commit 2b64f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/gen.go
Expand Up @@ -400,7 +400,7 @@ func (g *Gen) writeGoDoc(packageName string, output io.Writer, swagger *spec.Swa
return err
}

var packageTemplate = `// Package {{.PackageName}} GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
var packageTemplate = `// Package {{.PackageName}} GENERATED BY SWAG; DO NOT EDIT
// This file was generated by swaggo/swag{{ if .GeneratedTime }} at
// {{ .Timestamp }}{{ end }}
package {{.PackageName}}
Expand Down

0 comments on commit 2b64f78

Please sign in to comment.