https://github.com/kari/urldescribe
Go library to describe URLs
https://github.com/kari/urldescribe
go golang url
Last synced: 3 months ago
JSON representation
Go library to describe URLs
- Host: GitHub
- URL: https://github.com/kari/urldescribe
- Owner: kari
- License: apache-2.0
- Created: 2020-08-08T16:29:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T10:06:50.000Z (9 months ago)
- Last Synced: 2025-09-07T11:39:52.901Z (9 months ago)
- Topics: go, golang, url
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# urldescribe
Go library to describe URLs. Essentially just returns whatever is in the tag.
## Usage
```go
import (
"fmt"
"github.com/kari/urldescribe"
)
func main() {
fmt.Println(resp := DescribeURL("https://github.com/kari/urldescribe"))
// GitHub - kari/urldescribe: Go library to describe URLs
}
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)