Skip to content

Commit

Permalink
bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
onuragtas committed Jan 18, 2023
1 parent 0d72fbd commit 732408c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ func (g *Gen) writeGoDoc(packageName string, output io.Writer, swagger *spec.Swa
return err
}

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

0 comments on commit 732408c

Please sign in to comment.