goproxy/circle-test.sh

10 lines
99 B
Bash

#!/bin/bash
go env
export GO111MODULE=on
go generate
go mod tidy
# build
go build -o bin/goproxy