go: set location property of go-oracle to site

instead of local
it had no bad side effect but `site` is the correct value for a package
that comes from somewhere else on the system.
This commit is contained in:
syl20bnr 2016-03-27 12:22:14 -04:00
parent 21496c462c
commit 6e0a76f8ca

View file

@ -5,7 +5,7 @@
flycheck
go-eldoc
go-mode
(go-oracle :location local)
(go-oracle :location site)
(go-rename :location local)
))