diff --git a/doc.go b/doc.go new file mode 100644 index 000000000..87b0c74b7 --- /dev/null +++ b/doc.go @@ -0,0 +1,2 @@ +// Package smithy provides the core components for a Smithy SDK. +package smithy diff --git a/go.mod b/go.mod new file mode 100644 index 000000000..95177ac10 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/awslabs/smithy-go + +go 1.14