Added recipe Go Mod mode

Go Mod mode is a major mode for go.mod and go.sum
This commit is contained in:
JUN JIE NAN 2019-03-28 23:40:42 +08:00
parent df31d17405
commit a0fe1f7c37

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

@ -0,0 +1,4 @@
(:name go-mod
:description "Major mode for go mod file and go sum file"
:type "github"
:pkgname "nanjj/go-mod.el")