7 lines
42 B
Go
7 lines
42 B
Go
|
package ${1:main}
|
||
|
|
||
|
import (
|
||
|
"fmt"
|
||
|
)
|
||
|
|
||
|
$0
|