mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +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{}
|
|
}
|