{
    "$schema": "http://json-schema.org/schema",
    "cli": "nx",
    "$id": "SetupNxGoPlugin",
    "title": "",
    "type": "object",
    "properties": {
        "goModPath": {
            "type": "string",
            "description": "The root path of go modules in this workspace",
            "x-prompt": "Enter the root path of your go modules."
        }
    },
    "required": []
}