package
0.0.0-20240210095454-5fef39cd83c3
Repository: https://github.com/myitcv/x.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MyMap will be exported
MyMap is an immutable type and has the following template:
map[string]*MySlice
.
MySlice will be exported
MySlice is an immutable type and has the following template:
[]*MyMap
.
MyStruct will be exported.
via go generate, this template is code generated into the immutable Person struct within the same package
Person is an immutable type and has the following template:
struct { Name string Age int }
.