diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-29 12:53:57 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-29 12:55:55 +0200 |
| commit | 9534e89c796edb8b7c0e8197c7e4ddca149d9526 (patch) | |
| tree | 92cf20337bc404903b716e3d0a969f87e59f3c11 /pkg/html/html.go | |
| parent | 8ab0cf5b552a911e8033be38f8dcc265155059df (diff) | |
all: mark auto-generated files
Use the standard Go convention for Go files:
https://golang.org/pkg/cmd/go/internal/generate
Use github linguish for other files:
https://github.com/github/linguist#generated-code
Both are understood by github and should result
in these files being collapsed in PRs by default.
Diffstat (limited to 'pkg/html/html.go')
| -rw-r--r-- | pkg/html/html.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/html/html.go b/pkg/html/html.go index 4bd9621d1..55df6d977 100644 --- a/pkg/html/html.go +++ b/pkg/html/html.go @@ -1,8 +1,8 @@ // Copyright 2018 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -//go:generate bash -c "echo '// AUTOGENERATED FILE' > generated.go" -//go:generate bash -c "echo 'package html' > generated.go" +//go:generate bash -c "echo '// Code generated by pkg/html/html.go. DO NOT EDIT.' > generated.go" +//go:generate bash -c "echo 'package html' >> generated.go" //go:generate bash -c "echo 'const style = `' >> generated.go" //go:generate bash -c "cat ../../dashboard/app/static/style.css >> generated.go" //go:generate bash -c "echo '`' >> generated.go" |
