From e619175a6deebb8a22abc30a8f20192d827b8e88 Mon Sep 17 00:00:00 2001 From: Ben Gadbois Date: Fri, 2 Sep 2016 10:19:10 -0700 Subject: [PATCH] Adding installation instructions to README --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index b7aeba8..1f79b75 100644 --- a/README +++ b/README @@ -3,6 +3,9 @@ Godef, given an expression or a location in a source file, prints the location of the definition of the symbol referred to. +Installation: +go get -u github.com/rogpeppe/godef + Known limitations: - it does not understand about "." imports