mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Add feature/file-templates
This commit is contained in:
7
modules/feature/file-templates/templates/go-mode/__.go
Normal file
7
modules/feature/file-templates/templates/go-mode/__.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package ${1:main}
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
$0
|
Reference in New Issue
Block a user