1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00
appwrite/app/sdks/go/main.go
2020-01-28 16:22:13 +02:00

6 lines
110 B
Go

package appwrite
// NewClient initializes a new Appwrite client
func NewClient() Client {
return Client{}
}