Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldadru/url-expander
Super simple golang library to expand shortened URLs
https://github.com/eldadru/url-expander
Last synced: about 2 months ago
JSON representation
Super simple golang library to expand shortened URLs
- Host: GitHub
- URL: https://github.com/eldadru/url-expander
- Owner: eldadru
- License: apache-2.0
- Created: 2018-10-25T09:37:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T09:55:46.000Z (about 6 years ago)
- Last Synced: 2024-06-20T03:44:58.358Z (7 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-expander
Super simple golang library to expand shortened URLs# Usage
import github.com/eldadru/url-expander
expandedUrl, err := url_expander.ExpandUrl(shortenedUrl)