From d2b26e769e16e4664f01bd1bc93469a67923a3bc Mon Sep 17 00:00:00 2001 From: mohit kumar singh Date: Sun, 17 May 2020 11:01:30 +0530 Subject: [PATCH] add hints for go mod users in documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62c60ac..d4a3955 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Initialize BindataFS for your project, set the path you want to store BindataFS $ bindatafs config/bindatafs ``` +Note that the program searches for templates in the `$GOPATH + src/github.com/qor/bindatafs/templates`. As a result, if using *gomodules* initialization will throw 404 errors. The recommended solution is to switch off go modules before running above commands and then switch it back on later. + ## Usage ```go