UNPKG

@nx-kz/go

Version:
15 lines 388 B
{ "$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": [] }