This commit is contained in:
2026-03-13 16:55:58 +01:00
commit a82223e194
13 changed files with 837 additions and 0 deletions

11
example_test.go Normal file
View File

@@ -0,0 +1,11 @@
package gotsclient
import (
"fmt"
"testing"
)
func TestGenerateClient(t *testing.T) {
fmt.Println(GenClient(Api{}, "./client.ts"))
}