Skip to content

Commit

Permalink
Add stub module to remove non-Go SDK codegen from core module
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Jun 6, 2022
1 parent b44d91d commit 1b51593
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codegen/go.mod
@@ -0,0 +1,3 @@
module github.com/aws/aws-sdk-go-v2/codegen

go 1.15
3 changes: 3 additions & 0 deletions modman.toml
Expand Up @@ -11,6 +11,9 @@
[modules."."]
metadata_package = "aws"

[modules."codegen"]
no_tag = true

[modules."example/service/dynamodb/createTable"]
no_tag = true

Expand Down

0 comments on commit 1b51593

Please sign in to comment.