platform_build_blueprint/proptools
Colin Cross e4b0d35966 Add proptools.TypeEqual
When appending properties, it may be necessary to determine if two
property structs are the same "type".  A simple Go type comparison is
not sufficient, as there may be interface{} values in the property
structs that contain different types.  Add proptools.TypeEqual that
returns true if they have equal types and all embedded pointers to
structs and interfaces to pointers to structs have the same nilitude and
type.
2015-11-02 15:40:55 -08:00
..
clone.go Add property support for pointers to bools and strings 2015-11-02 13:59:12 -08:00
clone_test.go Add property support for pointers to bools and strings 2015-11-02 13:59:12 -08:00
extend.go Add property support for pointers to bools and strings 2015-11-02 13:59:12 -08:00
extend_test.go Add property support for pointers to bools and strings 2015-11-02 13:59:12 -08:00
proptools.go Add property support for pointers to bools and strings 2015-11-02 13:59:12 -08:00
typeequal.go Add proptools.TypeEqual 2015-11-02 15:40:55 -08:00
typeequal_test.go Add proptools.TypeEqual 2015-11-02 15:40:55 -08:00