Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/gohtml
A practice go html parser.
https://github.com/07akioni/gohtml
Last synced: 28 days ago
JSON representation
A practice go html parser.
- Host: GitHub
- URL: https://github.com/07akioni/gohtml
- Owner: 07akioni
- Created: 2021-05-15T13:20:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T13:59:29.000Z (over 3 years ago)
- Last Synced: 2024-11-24T16:26:00.053Z (about 1 month ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gohtml
A practice go project.
It will be a html parser.
Inspired heavily by [himalaya](https://github.com/andrejewski/himalaya).