package
Version:
v0.0.21
Opens a new window with list of versions in this module.
Published: Jun 28, 2022
License: Unlicense, MIT, Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package byteslice provides byte slice views of other Go values such as
slices and structs.
func Slice(s interface{}) []byte
Slice returns a byte slice view of a slice.
func Struct(s interface{}) []byte
Struct returns a byte slice view of a struct.
Uint32 returns a byte slice view of a uint32 slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.