9 lines
94 B
Bash
Executable File
9 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
go run ./horsegen "$@"
|
|
go generate ./horse/...
|
|
go fmt ./...
|
|
go test ./...
|