diff options
Diffstat (limited to 'vendor/github.com/google/safehtml/template/state_string.go')
| -rw-r--r-- | vendor/github.com/google/safehtml/template/state_string.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/google/safehtml/template/state_string.go b/vendor/github.com/google/safehtml/template/state_string.go deleted file mode 100644 index afbbf5a0d..000000000 --- a/vendor/github.com/google/safehtml/template/state_string.go +++ /dev/null @@ -1,16 +0,0 @@ -// Code generated by "stringer -type State"; DO NOT EDIT - -package template - -import "fmt" - -const _State_name = "StateTextStateSpecialElementBodyStateTagStateAttrNameStateAfterNameStateBeforeValueStateHTMLCmtStateAttrStateError" - -var _State_index = [...]uint16{0, 9, 32, 40, 53, 67, 83, 95, 104, 114} - -func (i state) String() string { - if i >= state(len(_State_index)-1) { - return fmt.Sprintf("state(%d)", i) - } - return _State_name[_State_index[i]:_State_index[i+1]] -} |
