Simple http proxy server implemented in Go
Go to file
Timofey Gelazoniya 8e0a899bf2
fix(main.go): add validation for AUTH_USERNAME and AUTH_PASSWORD to ensure both are provided or neither is provided
2023-10-31 21:06:08 +03:00
.gitignore initial commit 2023-10-31 21:05:50 +03:00
build.sh initial commit 2023-10-31 21:05:50 +03:00
go.mod initial commit 2023-10-31 21:05:50 +03:00
main.go fix(main.go): add validation for AUTH_USERNAME and AUTH_PASSWORD to ensure both are provided or neither is provided 2023-10-31 21:06:08 +03:00