Added go-dlv.el and go-impl

This commit is contained in:
JUN JIE NAN 2018-07-24 10:03:55 +08:00
parent a063360741
commit 987862fc95
2 changed files with 9 additions and 0 deletions

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

@ -0,0 +1,5 @@
(:name go-dlv
:type github
:description "Debug Go programs interactively with the GUD."
:pkgname "benma/go-dlv.el"
:depends (go-mode))

4
recipes/go-impl.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name go-impl
:description "Emacs Go Impl"
:type github
:pkgname "syohex/emacs-go-impl")