Skip to content

Commit 74c4808

Browse files
authored
SelVPC: update AppName (#95)
Use "go-selvpcclient" for the application name.
1 parent 895d0bb commit 74c4808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selvpcclient/selvpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
AppVersion = "1.0.0"
2222

2323
// AppName is a global application name.
24-
AppName = "selvpcclient"
24+
AppName = "go-selvpcclient"
2525

2626
// DefaultEndpoint contains basic endpoint for queries.
2727
DefaultEndpoint = "https://api.selectel.ru/vpc"

0 commit comments

Comments
 (0)