mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 22:32:45 +00:00
...
This commit is contained in:
parent
b1b9c3704b
commit
ce161e610f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ import (
|
|||
"unsafe"
|
||||
)
|
||||
|
||||
// TODO: Convert these to use the safer stdlib unsafe functions added in Go 1.20
|
||||
|
||||
// stringHeader is the runtime representation of a string.
|
||||
// It should be identical to reflect.StringHeader
|
||||
type stringHeader struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue