This website requires JavaScript.
Explore
Help
Sign In
re
/
go-json
forked from
mirror/go-json
Watch
1
Star
0
Fork
You've already forked go-json
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c45f1e8b2c
go-json
/
internal
/
runtime
/
type.go
10 lines
103 B
Go
Raw
Blame
History
package
runtime
import
"unsafe"
type
SliceHeader
struct
{
Data
unsafe
.
Pointer
Len
int
Cap
int
}
Reference in New Issue
View Git Blame
Copy Permalink