Directories
¶
| Path | Synopsis |
|---|---|
|
code
|
|
|
basics/map
command
Example shows how to reflect over a map of struct type values.
|
Example shows how to reflect over a map of struct type values. |
|
basics/pointer
command
Example shows how to reflect over a struct type pointer.
|
Example shows how to reflect over a struct type pointer. |
|
basics/slice
command
Example shows how to reflect over a slice of struct type values.
|
Example shows how to reflect over a slice of struct type values. |
|
basics/struct
command
Example shows how to reflect over a struct type value.
|
Example shows how to reflect over a struct type value. |
|
inspect/integer
command
Example shows how reflection provides integrity.
|
Example shows how reflection provides integrity. |
|
inspect/struct
command
Example shows how reflection provides readability and simplicity.
|
Example shows how reflection provides readability and simplicity. |
|
interface/map
command
Example shows how to reflect over a map of struct type values that are stored inside an interface value.
|
Example shows how to reflect over a map of struct type values that are stored inside an interface value. |
|
interface/pointer
command
Example shows how to reflect over a struct type pointer that is stored inside an interface value.
|
Example shows how to reflect over a struct type pointer that is stored inside an interface value. |
|
interface/slice
command
Example shows how to reflect over a slice of struct type values that are stored inside an interface value.
|
Example shows how to reflect over a slice of struct type values that are stored inside an interface value. |
|
interface/struct
command
Example shows how to reflect over a struct type value that is stored inside an interface value.
|
Example shows how to reflect over a struct type value that is stored inside an interface value. |
Click to show internal directories.
Click to hide internal directories.