mirror of
https://github.com/JuLi0n21/goTsClient.git
synced 2026-04-19 16:00:07 +00:00
init
This commit is contained in:
11
example_test.go
Normal file
11
example_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package gotsclient
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGenerateClient(t *testing.T) {
|
||||
|
||||
fmt.Println(GenClient(Api{}, "./client.ts"))
|
||||
}
|
||||
Reference in New Issue
Block a user