Merge pull request #1748 from dougm/go

New Go recipes
This commit is contained in:
David Holm 2014-05-08 11:21:38 +02:00
commit 788f547db6
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
(:name go-projectile
:description "Go add-ons for Projectile mode"
:type github
:pkgname "dougm/go-projectile"
:depends (projectile go-mode go-eldoc)
:post-init (eval-after-load 'projectile '(require 'go-projectile)))

5
recipes/go-test.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name go-test
:description "Go unit test runner"
:type github
:pkgname "nlamirault/gotest.el"
:depends (f s go-mode))