• Michelle Noorali's avatar
    add golint and go vet to test target · 14d75f4d
    Michelle Noorali authored
    This commit adds a target called setup-gotools which will download and
    install golint and go vet. A developer who wants to run tests for an
    individual component (manager, resourcifier, expandybird) can run `make
    test` to run golint, vet, and test and in that directory. On first run,
    a developer will want to run `make setup-gotools` so that they have
    golint and vet to use locally.
    
    There is a `make test` command in each component because running tests
    from the root directory will result in lots of output. Running tests in
    individual components will help isolate the tests for the component that
    is being modified and result in more clear output.
    14d75f4d
Name
Last commit
Last update
..
expander Loading commit data...
expansion Loading commit data...
service Loading commit data...
test Loading commit data...
Dockerfile Loading commit data...
Makefile Loading commit data...
main.go Loading commit data...
requirements.txt Loading commit data...