Adding auto generated warning to kb/keys.go

This commit is contained in:
Kenneth Shaw 2017-06-18 10:46:57 +07:00
parent 8593dbf08e
commit 4cc4ba1ca2
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,8 @@ const (
const (
hdr = `package %s
// AUTOGENERATED. DO NOT EDIT.
// DOM keys.
const (
%s)

View File

@ -1,5 +1,7 @@
package kb
// AUTOGENERATED. DO NOT EDIT.
// DOM keys.
const (
Backspace = "\b"