6 lines
48 B
Bash
6 lines
48 B
Bash
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|
|
go test -bench=.
|