Merge 02 struct
Merge two different structs, and overwrite fields
Why created
To make creating struct for tests easier.
Installation
go get -u github.com/eneoti/merge-struct
Contributing
Pull requests for new features, bug fixes, and suggestions are welcome!
How to run
This project is using dep for dependency management.
$ dep ensure
Test
$ go test -v