Documentation ¶
Overview ¶
Go言語の 構造体 についてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegister ¶
func NewRegister() interfaces.Register
func StructAnonymousStruct ¶
func StructAnonymousStruct() error
func StructDeepEqual ¶
func StructDeepEqual() error
StructDeepEqual は、構造体に対して reflect.DeepEqual() した場合のサンプルです.
REFERENCES::
- https://golang.org/ref/spec#Comparison_operators
- https://golang.org/pkg/reflect/#DeepEqual
- https://qiita.com/Sekky0905/items/1ff4979d80b163e0aeb6
- https://medium.com/golangspec/comparison-operators-in-go-910d9d788ec0
- https://stackoverflow.com/questions/24534072/how-to-compare-if-two-structs-slices-or-maps-are-equal
- https://github.com/google/go-cmp
Types ¶
Click to show internal directories.
Click to hide internal directories.