From e8c878f4236c056b1c0c9308e2d49c5b23833963 Mon Sep 17 00:00:00 2001 From: sam-anthony Date: Sat, 26 Mar 2022 13:35:58 -0230 Subject: pressure and rough layout --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d92c5fa --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +build: tidy format + go build +run: tidy format + go run . + +format: + gofmt -s -w . + +tidy: + go mod tidy -- cgit v1.2.3