mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
7 lines
42 B
Go
7 lines
42 B
Go
package ${1:main}
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
$0 |