OpenDiablo2/cibuild.sh

5 lines
62 B
Bash

#!/bin/bash
go get
golangci-lint run .
go build ./cmd/Client