Categorygithub.com/postmannen/parrotbebopconceptTestingdecodingArguments2_makingItAPackageBenchmarking
package
0.0.0-20210109073701-e2afb4b3c299
Repository: https://github.com/postmannen/parrotbebop.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.