1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/sdks/server-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{}
}