DEBSOURCES
Skip Quicknav
sources / golang-github-r3labs-diff / 3.0.0-3 / Makefile
1234567891011
install: go install -v ${LDFLAGS} deps: go get github.com/stretchr/testify test: @go test -v -cover ./... cover: @go test -coverprofile cover.out