From b1888fb8eb38ee1d2b2fb664517a472007a9ca26 Mon Sep 17 00:00:00 2001 From: Chris Burkhart Date: Mon, 23 Jan 2017 23:31:10 -0800 Subject: [PATCH] Update building_from_source.md (#7340) Add a note about the `go get` warning that the user sees when following the setup instructions. --- docs/sources/project/building_from_source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/project/building_from_source.md b/docs/sources/project/building_from_source.md index 4c7f759aa5d..195c71d99a8 100644 --- a/docs/sources/project/building_from_source.md +++ b/docs/sources/project/building_from_source.md @@ -23,6 +23,8 @@ export GOPATH=`pwd` go get github.com/grafana/grafana ``` +You may see an error such as: `package github.com/grafana/grafana: no buildable Go source files`. This is just a warning, and you can proceed with the directions. + ## Building the backend ``` cd $GOPATH/src/github.com/grafana/grafana