doomemacs/private/templates/go-mode/__.go
2015-11-06 02:21:45 -05:00

7 lines
No EOL
42 B
Go

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