From ecbf98313b1f650dcd5d690a5604eaad157806a5 Mon Sep 17 00:00:00 2001 From: Dan Quirk Date: Fri, 17 Feb 2017 13:51:34 +0000 Subject: [PATCH] Go build expects repo to be at different path (#3613) Build fails as src is missing from the path. --- heartbeat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heartbeat/README.md b/heartbeat/README.md index 58652e7d0ad..78014a62cb0 100644 --- a/heartbeat/README.md +++ b/heartbeat/README.md @@ -5,7 +5,7 @@ Welcome to Heartbeat. This is a new EXPERIMENTAL beat for testing service availability using PING based on ICMP, TCP or higher level protocols. Ensure that this folder is at the following location: -`${GOPATH}/github.com/elastic/beats` +`${GOPATH}/src/github.com/elastic/beats` ## Getting Started with Heartbeat