1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/packages/go.json
Snider a3faa95400 Improve SDK build process and Go client config
Added linguist-generated attribute for SDK clients in .gitattributes to hide them in GitHub diffs. Enhanced utils/sdk/Makefile with target-specific hooks, improved ignore file handling, and refined Go client build steps. Updated Go SDK config to use 'lthn' as package name and set isGoSubmodule property.
2025-10-19 14:48:58 +01:00

7 lines
No EOL
120 B
JSON

{
"additionalProperties": {
"packageName": "lthn",
"generateInterfaces": true,
"isGoSubmodule": true
}
}