From 5fd81183f54662fdf08549c0d635e80166c62fe9 Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sat, 6 Dec 2025 12:05:43 +0500 Subject: initial endpoints --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ce7d948 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module physick.ru/culture_exam + +go 1.25.4 + +require github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300 // indirect -- cgit v1.3