You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DynamoDbEncryption/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,13 @@ Within `runtimes/java`:
40
40
-`src/` contains all hand written Dotnet code, including externs, and also all Smithy to Rust generated code.
41
41
-`src/implementation_from_dafny.cs` contains all Dafny to .NET transpiled code.
42
42
43
+
#### Go
44
+
45
+
`runtimes/go` contains the Go related code and build instructions for this project.
46
+
47
+
-`ImplementationFromDafny-go/` contains all the implementation code which is Smithy to Go generated code, Dafny to Go transpiled code and hand written Go code
48
+
-`TestsFromDafny-go` contains all the test code which is Smithy to Go generated code, Dafny to Go transpiled code and hand written Go code.
0 commit comments