/
t3
/
gateway-server
Обзор
Документация
Войти
/
t3
/
gateway-server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
makefile
13 строк
312 B
Ivan
integration test
23 июл 2026, 17:48
23 июл 2026, 17:48
1c7d8fa
Код
Авторство
О чём код?
.PHONY: build test build-linux: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o build/gateway-server cmd/server/* build-macos: CGO_ENABLED=0 go build -ldflags="-s -w" -o build/gateway-server cmd/server/* run: build-macos build/gateway-server -f config.yml gen_key: openssl rand -hex 32