11 lines
121 B
JSON
11 lines
121 B
JSON
{
|
|
"name": "gotools",
|
|
"contributes": {
|
|
"snippets": [
|
|
{
|
|
"language": "go",
|
|
"path": "./go.json"
|
|
}
|
|
]
|
|
}
|
|
}
|