From 9d8fb5ae9aa474b9113212dc8d4cceeb8d2f6cdc Mon Sep 17 00:00:00 2001 From: ishihaya Date: Thu, 26 Aug 2021 23:37:47 +0900 Subject: [PATCH] add makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5a448c1 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: update-pkg-cache +update-pkg-cache: + GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/ishihaya/cloudlog@v${VERSION} \ No newline at end of file