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 732408c commit 898bb4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ func (g *Gen) writeGoDoc(packageName string, output io.Writer, swagger *spec.Swa

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

0 comments on commit 898bb4b

Please sign in to comment.