commit db872df672b715b8cbb834fb5511fc5fb31d922b Author: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue Feb 20 07:32:36 2024 -0700 initial 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