/ovw

Merge two structs, and overwrite fields when necessary

Primary LanguageGoMIT LicenseMIT

ovw

Build Status GitHub license Go Report Card

Merge two structs, and overwrite fields when necessary

Why created

To make creating struct for tests easier.

Example

Installation

go get -u github.com/achiku/ovw

Contributing

Pull requests for new features, bug fixes, and suggestions are welcome!

Install gom

This project is using gom for dependency management.

$ go get -u github.com/mattn/gom
$ gom install

Test

$ go test -v