1
0
Fork 0
mirror of synced 2024-08-07 22:37:59 +12:00
appwrite/app/sdks/go/main.go

7 lines
110 B
Go
Raw Normal View History

2020-01-29 03:22:13 +13:00
package appwrite
// NewClient initializes a new Appwrite client
func NewClient() Client {
return Client{}
}