github.com/AngusLu/go-swagger@v0.28.0/generator/templates/header.gotmpl (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  {{ if .Copyright -}}
     4  // {{ comment .Copyright }}
     5  {{- end }}
     6  
     7  package {{.Package}}
     8  
     9  // This file was generated by the swagger tool.
    10  // Editing this file might prove futile when you re-run the swagger generate command
    11  
    12  import (
    13    "github.com/go-openapi/strfmt"
    14  {{- if .DefaultImports }}
    15    {{ imports .DefaultImports }}
    16  {{- end }}
    17  {{- if .Imports }}
    18    {{ imports .Imports }}
    19  {{- end }}
    20  )