Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
arvenil committed Feb 9, 2016
1 parent 6fbabb1 commit ae11e76
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
5 changes: 3 additions & 2 deletions access_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package osindynamodb

import (
"github.com/RangelReale/osin"
"github.com/stretchr/testify/assert"
"net/http"
"net/url"
"testing"
"time"

"github.com/RangelReale/osin"
"github.com/stretchr/testify/assert"
)

func TestAccessAuthorizationCode(t *testing.T) {
Expand Down
5 changes: 3 additions & 2 deletions authorize_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package osindynamodb

import (
"github.com/RangelReale/osin"
"github.com/stretchr/testify/assert"
"net/http"
"net/url"
"testing"
"time"

"github.com/RangelReale/osin"
"github.com/stretchr/testify/assert"
)

func TestAuthorizeCode(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion osindynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package osindynamodb
import (
"encoding/json"
"errors"
"time"

"github.com/RangelReale/osin"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/dynamodb"
"time"
)

var (
Expand Down
5 changes: 3 additions & 2 deletions osindynamodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package osindynamodb

import (
"encoding/json"
"testing"
"time"

"github.com/RangelReale/osin"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/dynamodb"
"github.com/stretchr/testify/assert"
"testing"
"time"
)

func TestSchema(t *testing.T) {
Expand Down
5 changes: 3 additions & 2 deletions testhelpers_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package osindynamodb

import (
"os"
"strconv"

"github.com/RangelReale/osin"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/dynamodb"
"os"
"strconv"
)

// createDynamoDB instance
Expand Down

0 comments on commit ae11e76

Please sign in to comment.