https://github.com/chinmayvivek/mta-hosting-optimizer
https://github.com/chinmayvivek/mta-hosting-optimizer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chinmayvivek/mta-hosting-optimizer
- Owner: CHINMAYVIVEK
- Created: 2023-03-02T19:00:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T19:08:07.000Z (over 2 years ago)
- Last Synced: 2025-02-08T16:46:15.673Z (8 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# mta-hosting-optimizer
## Configuration
- ``go mod init mta-hosting-optimizer``
- ``go mod tidy``
- ``go mod vendor``## how to run
``go run main.go``
### url
- ``http://localhost:8080/hostnames?x=1``
- ``http://localhost:8080/hostnames?x=10``## Test
``go test``