@echo off set CGO_ENABLED=1 go test -v ./internal/logic/... %* pause