1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/packages/go.json
Snider 7a751142e8 Update Go SDK build process and package config
Enhances the Go SDK Makefile target to fix import paths in generated files and sets the correct Go module path. Updates go.json to use 'utils/sdk/client/go' for package, API, and model paths, and adds additional OpenAPI generator properties.
2025-10-19 18:01:44 +01:00

10 lines
No EOL
286 B
JSON

{
"additionalProperties": {
"packageName": "utils/sdk/client/go",
"apiNameSuffix": "utils/sdk/client/go",
"apiPackage": "utils/sdk/client/go",
"modelPackage": "utils/sdk/client/go",
"isGoSubmodule": true,
"disallowAdditionalPropertiesIfNotPresent": false
}
}