You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snippets for package main with init, main function
"package main and init, main function": {
"prefix": "pkgmi",
"body": "package main\n\nfunc init() {\n\t$0\n}\nfunc main() {\n\t$1\n}",
"description": "Snippet for main package & init, main function"
}
The text was updated successfully, but these errors were encountered:
snippets for package main with init, main function
The text was updated successfully, but these errors were encountered: