Skip to content

Commit aa303a9

Browse files
author
Peter Jönsson
committed
Rename to gopherstack
1 parent ee67888 commit aa303a9

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cloudstack-go
2-
=============
1+
gopherstack
2+
===========
33

4-
Simple CloudStack client written in Go
4+
CloudStack API library written in Go. Only tested towards CS 3.0.6 so far.

asyncjob.go

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

33
import (
44
"net/url"

client.go

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

33
import (
44
"crypto/hmac"

cloudstack.go

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

33
import (
44
"flag"

package.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Cloudstack implements some of the CloudStack 3.0.6 APIs. It has not
1+
// Gopherstack implements some of the CloudStack 3.0.6 APIs. It has not
22
// been test with any newer versions and the main use case is to be
33
// used with Packer.io
44

5-
package cloudstack
5+
package gopherstack

project.go

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

33
import (
44
"net/url"

ssh.go

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

33
import (
44
"net/url"

template.go

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

33
import (
44
"net/url"

virtualmachine.go

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

33
import (
44
"net/url"

0 commit comments

Comments
 (0)