Skip to content

jiakuan/goamz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goamz

This is a go library of Amazon web services, which supports Google Appengine and was forked from this repo: https://code.launchpad.net/~aefalcon/goamz/goamz-client

The original goamz library is hosted here: https://wiki.ubuntu.com/goamz

Table of Content



Installation

Simply install the package to your $GOPATH with the go tool from shell:

$ go get github.com/jiakuan/goamz/aws
$ go get github.com/jiakuan/goamz/ec2

Make sure Git is installed on your machine and in your system's PATH.

Usage

Just import the library into your source code, and it's ready to use.

import (
  "github.com/jiakuan/goamz/aws"
  "github.com/jiakuan/goamz/ec2"
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages