Add + register go-mode and rust-mode file-templates

This commit is contained in:
Henrik Lissner 2015-09-30 13:52:02 -04:00
parent 0cc8de3e07
commit 8fb47c7399
3 changed files with 61 additions and 36 deletions

View file

@ -0,0 +1,7 @@
package ${1:main}
import (
"fmt"
)
$0