9 lines
No EOL
63 B
Go
9 lines
No EOL
63 B
Go
package ${1:main}
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
$0
|
|
} |