Skip to content

Commit a00f727

Browse files
committed
Rename "client" namespace to "appwrite"
1 parent f577698 commit a00f727

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/SDK/Language/Go.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ public function getFiles(): array
8585
],
8686
[
8787
'scope' => 'default',
88-
'destination' => 'client/client.go',
89-
'template' => 'go/client.go.twig',
88+
'destination' => 'appwrite/appwrite.go',
89+
'template' => 'go/appwrite.go.twig',
9090
],
9191
[
9292
'scope' => 'default',

templates/go/client.go.twig renamed to templates/go/appwrite.go.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package client
1+
package appwrite
22

33
import (
44
"bytes"

templates/go/go.mod.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/{{sdk.gitUserName}}/sdk-for-go
22

3-
go 1.12
3+
go 1.22.5

0 commit comments

Comments
 (0)