File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
package sqs
2
2
3
3
import (
4
+ "encoding/base64"
5
+ "encoding/json"
4
6
pkgAws "github.com/andream16/aws-sdk-go-bindings/pkg/aws"
5
7
"github.com/andream16/aws-sdk-go-bindings/testdata"
6
8
"github.com/stretchr/testify/assert"
7
9
"testing"
8
- "encoding/base64"
9
- "encoding/json"
10
10
)
11
11
12
12
const (
Original file line number Diff line number Diff line change 1
1
package sqs
2
2
3
3
import (
4
+ "encoding/base64"
4
5
"encoding/json"
5
6
"errors"
6
7
"github.com/aws/aws-sdk-go/service/sqs"
7
8
"reflect"
8
- "encoding/base64"
9
9
)
10
10
11
11
// NewCreateQueueInput creates a new queue given its name
Original file line number Diff line number Diff line change 1
1
package sqs
2
2
3
3
import (
4
+ "encoding/base64"
4
5
"encoding/json"
5
6
"github.com/stretchr/testify/assert"
6
7
"testing"
7
- "encoding/base64"
8
8
)
9
9
10
10
func TestNewCreateQueueInput (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments