1
0
Fork 0
mirror of synced 2024-07-07 07:25:56 +12:00
appwrite/app/sdks/go/main.go

7 lines
110 B
Go
Raw Normal View History

2019-10-14 09:19:06 +13:00
package appwrite
// NewClient initializes a new Appwrite client
func NewClient() Client {
return Client{}
}