You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for /f "tokens=3" %%i in ('go version') do set GO_VERSION=%%i
rem Get the build date
for /f "tokens=*" %%a in ('powershell -command "Get-Date -UFormat '%%Y-%%m-%%dT%%H:%%M:%%SZ'"') do set BUILD_DATE=%%a
rem Build command
go run -ldflags "-X github.com/keshon/melodix/internal/version.BuildDate=%BUILD_DATE% -X github.com/keshon/melodix/internal/version.GoVersion=%GO_VERSION%" cmd\melodix\melodix.go