Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(internal): add autogenerated header to snippets #4261

Merged
merged 1 commit into from Jun 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/gapicgen/gensnippets/gensnippets.go
Expand Up @@ -268,4 +268,6 @@ const licenseHeader string = `// Copyright %v Google LLC
// See the License for the specific language governing permissions and
// limitations under the License.

// Code generated by cloud.google.com/go/internal/gapicgen/gensnippets. DO NOT EDIT.
Copy link
Contributor Author

@noahdietz noahdietz Jun 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could exclude the by cloud.google.com/go/internal/gapicgen/gensnippets altogether per the documented rule. https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source


`