1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/sdks/go/main.go
2019-10-13 23:19:06 +03:00

7 lines
110 B
Go

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