From db872df672b715b8cbb834fb5511fc5fb31d922b Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 20 Feb 2024 07:32:36 -0700 Subject: [PATCH] initial --- README.md | 3 +++ go.mod | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 go.mod diff --git a/README.md b/README.md new file mode 100644 index 0000000..d98575c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# live-studio-audience + +For Olson 2024 Julie John 60 60 Birthday Party Taskmastering diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..45a44b3 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module live-studio-audience + +go 1.21.4