/SemanticMergeGO

GO external parser for SemanticMerge

Primary LanguageGo

GO external parser for SemanticMerge Build Status Go Report Card Coverage Status

Check the SemanticMerge Documentation for a detailed description.

Work in progress.

Development notes

The package smgo-cli has some integration tests. Those tests run against the binary in $GOPATH/bin/smgo-cli; therefore the package has to be installed before executing the tests. Additionally, the build tag itest is used to run the integration tests explicitly:

$ go install ./...
$ go test -tags="itest" -v ./smgo-cli