Update dependencies
This commit is contained in:
parent
7ad76273c0
commit
540efa03c4
485 changed files with 57821 additions and 12429 deletions
2
vendor/github.com/tdewolff/parse/v2/buffer/lexer.go
generated
vendored
2
vendor/github.com/tdewolff/parse/v2/buffer/lexer.go
generated
vendored
|
@ -154,5 +154,5 @@ func (z *Lexer) Offset() int {
|
|||
|
||||
// Bytes returns the underlying buffer.
|
||||
func (z *Lexer) Bytes() []byte {
|
||||
return z.buf
|
||||
return z.buf[:len(z.buf)-1]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue