You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ func main() {
57
57
}
58
58
```
59
59
60
+
Full Go SDK can be found [here](https://github.com/kcl-lang/kcl-go), which depends on the `kcl-lang/lib` Go bindings.
61
+
60
62
### Java
61
63
62
64
Refer to [this](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-to-github-packages) to configure your Maven; set up your GitHub account and Token in the `settings.xml`.
@@ -104,6 +106,27 @@ public class ExecProgramTest {
104
106
}
105
107
```
106
108
109
+
### .NET
110
+
111
+
This library is currently under development [here](https://github.com/kcl-lang/lib/tree/main/dotnet)
0 commit comments