Remove go-oracle recipe. (#2517)

oracle was renamed to guru in the following commit:

  7347379304

Emacs support was merged into go-mode:

  69f6f5b782
This commit is contained in:
Aliaksey Artamonau 2017-02-02 18:41:29 -08:00 committed by Noam Postavsky
parent 71717d7d3a
commit f98bbc7230

View File

@ -1,8 +0,0 @@
(:name go-oracle
:description "Integration of the Go 'oracle' analysis tool into Emacs"
:type go
:pkgname "golang.org/x/tools/cmd/oracle"
:load-path "src/golang.org/x/tools/cmd/oracle"
:post-init (progn
(setq go-oracle-command (concat default-directory "bin/oracle"))
(load "oracle.el")))