github.com/jingweno/gh@v2.1.1-0.20221007190738-04a7985fa9a1+incompatible/script/test (about)

     1  #!/usr/bin/env bash
     2  # Usage: build
     3  #
     4  # Run go test with godep
     5  #
     6  # Author: Jingwen Owen Ou
     7  
     8  go get code.google.com/p/go.tools/cmd/cover
     9  script/fmt
    10  godep go test -cover -v ./...