mirror of
https://github.com/robertkrimen/otto.git
synced 2025-12-24 12:58:05 +08:00
chore: add generated headers (#486)
Add headers to generated files so that editors will notify users that these files shouldn't be edited manually.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Code generated by tools/gen-jscore. DO NOT EDIT.
|
||||
|
||||
package otto
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Code generated by tools/gen-tokens. DO NOT EDIT.
|
||||
|
||||
package token
|
||||
|
||||
const (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Code generated by tools/gen-jscore. DO NOT EDIT.
|
||||
|
||||
package otto
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Code generated by tools/gen-tokens. DO NOT EDIT.
|
||||
|
||||
package token
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user