package
0.0.0-20240119052524-3363882ba0c5
Repository: https://github.com/postmannen/go-learning.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

InsertArgValueIntoStruct takes the struct to fill as a pointer value, and the arguments as a slice of []interface{} as input.
NewDecoder will return a new argument decoder type.

# Variables

Double makes a type for float64 data, and tells the length of bytes it is made of.
Enum is the enum type.
Float makes a type for float32 data, and tells the length of bytes it is made of.
I16 is the i16 type.
I32 is the i32 type.
I64 is the i64 type.
I8 is the i8 type.
Stringx is the string type.
U16 is the u16 type.
U32 is the u32 type.
U64 is the u64 type.
U8 is the u8 type.

# Structs

Decoder is a type for keeping track of the start position of the data to read in a slice.