Hacktoberfest 2019 Special Announcement
Hacktoberfest is back again for this year. Go to its site and register first.
Just add 4 wonderful yet easy pull requests to this repo and stand a chance to win a limited edition Hacktoberfest shirt.
You can send PRs throughout the month of October. Don't miss out...
How to contribute?
-
Fork this repo.
-
Clone the forked repo to your computer.
git clone https://github.com/<Your-Username>/maguc.git
-
Look for the file
/presets.go
-
Look for your country.
-
Add cities you know. (Please add the city in lowercase letters.)
-
Send a PR.
-
Done.
Example:
Before:
"sri lanka": PresetLocations{"sri%2Blanka", "balangoda", "ratnapura", "colombo", "moratuwa", "negombo", "galle", "jaffna"},
Add kalutara
:
"sri lanka": PresetLocations{"sri%2Blanka", "balangoda", "ratnapura", "colombo", "moratuwa", "negombo", "galle", "jaffna", "kalutara"},