aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Check Args In Main FunctionAlex Mayer2019-06-201-12/+6
| | | | Remove parseArgs function
* Consolidate User Exists Check Into fetchKeys()Alex Mayer2019-06-201-21/+4
|
* Return Errors From Functions And Log In MainAlex Mayer2019-06-191-28/+36
| | | | | Clean up returns Add empty line above each final return for consistency
* cleaned up arg parsingJonathan DeMasi2019-06-061-11/+5
|
* per amayer, removing DNS checkingJonathan DeMasi2019-06-051-23/+0
|
* Logging adds, added check for userJonathan DeMasi2019-06-051-1/+21
|
* the go wayJonathan DeMasi2019-06-051-4/+4
|
* Revert "was not accounting for > 2 args"Jonathan DeMasi2019-06-051-1/+1
| | | | This reverts commit d6492960b0129be9c5241fe7d3e6fc717e5856a6.
* was not accounting for > 2 argsJonathan DeMasi2019-06-051-1/+1
|
* changed some formatting via go fmtJonathan DeMasi2019-06-051-30/+30
|
* added some logging and straight up failureJonathan DeMasi2019-06-051-1/+4
|
* Added some error checking so DNS is not infiniteJonathan DeMasi2019-06-051-3/+6
|
* initJonathan DeMasi2019-06-051-0/+69