Initial commit

This commit is contained in:
Vladimir V Maksimov
2025-10-26 02:03:14 +03:00
commit 9361880b33
10 changed files with 217 additions and 0 deletions

9
build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
# Определяем директорию скрипта
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
# Имя приложения
app="http_logger"
cd $SCRIPT_DIR
go build -o ./bin/$app -buildvcs=false