Add `run.go`

This commit is contained in:
Ben Croker 2025-02-04 12:31:21 -06:00
parent 71b95c8949
commit b4a11683fb
No known key found for this signature in database
GPG Key ID: 09D799816F1CF332
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ SDKs must follow the [Architecture Decision Record](https://github.com/starfeder
- A README file that explains how to use the SDK.
- An entry in the [SDKs reference guide](https://github.com/starfederation/datastar/blob/develop/site/static/md/reference/sdks.md).
- A `Language` struct in `SDKLanguages` in [`consts.go`](https://github.com/starfederation/datastar/blob/develop/build/consts.go).
- A `consts_[language].qtpl` file for generating [constants and defaults](https://github.com/starfederation/datastar/blob/develop/build).
- A value in `SDKLanguages` in [`consts.go`](https://github.com/starfederation/datastar/blob/develop/build/consts.go).
- A `consts_[language].qtpl` file for generating [constants and defaults](https://github.com/starfederation/datastar/blob/develop/build) and an associated `templates` value in [`run.go`](https://github.com/starfederation/datastar/blob/develop/build/run.go).
- Sample [code snippets](https://github.com/starfederation/datastar/tree/develop/site/static/code_snippets) in the language of your SDK.
- An implementation of each of the [examples](https://github.com/starfederation/datastar/tree/develop/examples).