platform_build_blueprint/proptools
Dan Willemsen 4c00085f2d AppendProperties: Replace *strings instead of appending
This makes *string values act like *bool values -- instead of appending
or prepending the contents of the string, the entire string is replaced.
The use case here is for overriding filenames, where appending doesn't
work.
2016-01-05 14:16:04 -08:00
..
clone.go Fix ZeroProperties bug on nested interfaces 2015-11-20 17:26:52 -08:00
clone_test.go Support embedded anonymous property structs 2015-11-20 17:26:52 -08:00
extend.go AppendProperties: Replace *strings instead of appending 2016-01-05 14:16:04 -08:00
extend_test.go AppendProperties: Replace *strings instead of appending 2016-01-05 14:16:04 -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