Cleaned up else per golint
When an if ends in a return the else is not required. golint detects these conditions and found these.
This commit is contained in:
When an if ends in a return the else is not required. golint detects these conditions and found these.