github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/go/partial_header.mustache (about)

     1  /*
     2   {{#appName}}
     3   * {{{appName}}}
     4   *
     5   {{/appName}}
     6   {{#appDescription}}
     7   * {{{appDescription}}}
     8   *
     9   {{/appDescription}}
    10   {{#version}}
    11   * API version: {{{version}}}
    12   {{/version}}
    13   {{#infoEmail}}
    14   * Contact: {{{infoEmail}}}
    15   {{/infoEmail}}
    16  {{^withGoCodegenComment}}
    17   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
    18  {{/withGoCodegenComment}}
    19   */
    20  {{#withGoCodegenComment}}
    21  
    22  // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
    23  {{/withGoCodegenComment}}