mirror of
https://github.com/JuLi0n21/goTsClient.git
synced 2026-04-19 16:00:07 +00:00
12 lines
139 B
Go
12 lines
139 B
Go
package gotsclient
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestGenerateClient(t *testing.T) {
|
|
|
|
fmt.Println(GenClient(Api{}, "./client.ts"))
|
|
}
|