mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Change template file prefix from @@ to __
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