Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stathat/amzses
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickxb committed Jun 3, 2015
2 parents 642b2bf + 171bbc2 commit fbd5919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions amzses.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@
// Contact us on twitter with any questions: twitter.com/stat_hat

// amzses is a Go package to send emails using Amazon's Simple Email Service.
package amzses
package amzses // import "stathat.com/c/amzses"

import (
"crypto/hmac"
"crypto/sha256"
"encoding/base64"
"errors"
"fmt"
"github.com/stathat/jconfig"
"io/ioutil"
"log"
"net/http"
"net/url"
"strings"
"time"

"stathat.com/c/jconfig"
)

const (
Expand Down

0 comments on commit fbd5919

Please sign in to comment.