Add + register go-mode and rust-mode file-templates
This commit is contained in:
parent
0cc8de3e07
commit
8fb47c7399
3 changed files with 61 additions and 36 deletions
7
private/templates/go-mode/@@.go
Normal file
7
private/templates/go-mode/@@.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package ${1:main}
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue