Make Go links case sensitive
Summary
When a new link is created in Go, the shortened URL should be case sensitive, but currently it is not.
Example:
This URL (go.gmu.edu/TestURL) should only work when entered with that specific capitalization, however, if you enter go.gmu.edu/testurl without capitalization, the link will still work. This needs to be fixed.