From 2af48e6c839fadaf2eb37957fdfdf6b18fba19fd Mon Sep 17 00:00:00 2001 From: jingyuanliang Date: Thu, 15 Feb 2024 01:30:14 -0500 Subject: [PATCH] Add a note in README.md to change module name --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b98b8da..b62b3c6e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Makefile: Dockerfile.in: - maybe change or remove the `USER` if you need +go.mod: + - change module name to the one you want to use + ## Go Modules This assumes the use of go modules (which is the default for all Go builds