From ccb57af6c35c6383b121e311de58f4ccaf7add51 Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Tue, 12 Mar 2024 17:34:20 -0600 Subject: [PATCH] Update and rename AwsCrtCommon.jl to AwsCommon.jl --- src/{AwsCrtCommon.jl => AwsCommon.jl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{AwsCrtCommon.jl => AwsCommon.jl} (91%) diff --git a/src/AwsCrtCommon.jl b/src/AwsCommon.jl similarity index 91% rename from src/AwsCrtCommon.jl rename to src/AwsCommon.jl index 5f19bf6..acbd30e 100644 --- a/src/AwsCrtCommon.jl +++ b/src/AwsCommon.jl @@ -1,4 +1,4 @@ -module A +module AwsCommon export hello, domath """