directory
0.0.0-20240710092454-d40bdaea4b58
Repository: https://github.com/kdlug/go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Go automatically dereferences struct field pointers.
slices contais a pointer to the underlying data if you copy a slice, you copy a pointer.
maps contais a pointer to the underlying data if you copy a map, you copy a pointer.
panic: runtime error: invalid memory address or nil pointer dereference.