mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
6 lines
110 B
Go
6 lines
110 B
Go
package appwrite
|
|
|
|
// NewClient initializes a new Appwrite client
|
|
func NewClient() Client {
|
|
return Client{}
|
|
}
|