// Place your settings in this file to overwrite default and user settings.
{
    // Pick 'gofmt', 'goimports' or 'goreturns' to run on format.
    "go.formatTool": "gofmt",

    // Words to add to dictionary for a workspace.
    "cSpell.words": [
        "eows",
        "socketio"
    ]

}