pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

add Makefile #12

Closed jmrodri closed 6 years ago

jmrodri commented 6 years ago

Bringing over some of the useful tasks from our work on the automation broker.

jmrodri commented 6 years ago

Available targets are:

fmtcheck Check go formatting
vet Run go vet
test Run unit tests
check Pre-flight checks before creating PR
lint Run golint
help Show this help screen

pmorie commented 6 years ago

LGTM, can you add theae ch3cks to travis next?