f7af730b50
This is using godep to manage the vendor directory.
6 lines
48 B
Bash
Executable file
6 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|
|
go test -bench=.
|