mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Add + register go-mode and rust-mode file-templates
This commit is contained in:
9
private/templates/go-mode/@@main.go
Normal file
9
private/templates/go-mode/@@main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package ${1:main}
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user