From e287ccb444702c185d2b25270b2c9cda5fffb09b Mon Sep 17 00:00:00 2001 From: Kira Kawai <66677201+ras0q@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:07:21 +0900 Subject: [PATCH] add guide --- _example/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _example/README.md diff --git a/_example/README.md b/_example/README.md new file mode 100644 index 0000000..5f54f25 --- /dev/null +++ b/_example/README.md @@ -0,0 +1,7 @@ +# _example + +Execute the following command on this project's root to make gopls recognize the module + +```bash +go work . ./_example +```