null
Find a file
2024-12-05 00:11:20 +03:30
common implement basic features for gateway 2024-12-05 00:08:39 +03:30
handler implement basic features for gateway 2024-12-05 00:08:39 +03:30
model implement basic features for gateway 2024-12-05 00:08:39 +03:30
static implement basic features for gateway 2024-12-05 00:08:39 +03:30
template implement basic features for gateway 2024-12-05 00:08:39 +03:30
.env.template implement basic features for gateway 2024-12-05 00:08:39 +03:30
go.mod implement basic features for gateway 2024-12-05 00:08:39 +03:30
go.sum implement basic features for gateway 2024-12-05 00:08:39 +03:30
main.go implement basic features for gateway 2024-12-05 00:08:39 +03:30
README.md chore: update readme 2024-12-05 00:11:20 +03:30

Gateway Service

mod tidy

export GOPROXY=direct && export GOSUMDB=off  && go mod tidy

run

export APP_ENV=development && go run ./main.go