Skip to content

Commit

Permalink
update internal/accept-encoding to be go module. fix lint in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Sep 30, 2020
1 parent 6b963de commit 897dfb9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service/internal/accept-encoding/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Package customizations provides customizations associated with Accept Encoding Header.
Package acceptencoding provides customizations associated with Accept Encoding Header.
Accept encoding gzip
Expand Down
5 changes: 5 additions & 0 deletions service/internal/accept-encoding/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding

go 1.15

require github.com/awslabs/smithy-go v0.1.0
6 changes: 6 additions & 0 deletions service/internal/accept-encoding/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
github.com/awslabs/smithy-go v0.1.0 h1:yltioxA96yA1Fv+fE+5FFXnbFgw3ngpeEV++TUUktiM=
github.com/awslabs/smithy-go v0.1.0/go.mod h1:hPOQwnmBLHsUphH13tVSjQhTAFma0/0XoZGbBcOuABI=
github.com/google/go-cmp v0.4.1 h1:/exdXoGamhu5ONeUJH0deniYLWYvQwW66yvlfiiKTu0=
github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 comments on commit 897dfb9

Please sign in to comment.