https://github.com/deciduously/helpers
A centralized place for general Go helper functions, to grow as needed
https://github.com/deciduously/helpers
Last synced: about 1 year ago
JSON representation
A centralized place for general Go helper functions, to grow as needed
- Host: GitHub
- URL: https://github.com/deciduously/helpers
- Owner: deciduously
- License: mit
- Created: 2016-11-22T13:56:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T19:36:54.000Z (over 9 years ago)
- Last Synced: 2025-04-01T14:18:59.838Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helpers
A centralized place for general Go helper functions, to grow as needed.
Currently:
- GetInt() attempts to get an Int from the user, and reprompts until the user complies