doomemacs/private/templates/go-mode/@@.go
2015-09-30 13:52:02 -04:00

7 lines
No EOL
42 B
Go

package ${1:main}
import (
"fmt"
)
$0