Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashi7412/html-parser-in-golang
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
https://github.com/hashi7412/html-parser-in-golang
cascadia golang goquery hashi7412 html-parser practice shinobi
Last synced: 29 days ago
JSON representation
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
- Host: GitHub
- URL: https://github.com/hashi7412/html-parser-in-golang
- Owner: hashi7412
- Created: 2023-08-03T01:17:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T02:12:53.000Z (over 1 year ago)
- Last Synced: 2024-11-24T00:59:54.450Z (29 days ago)
- Topics: cascadia, golang, goquery, hashi7412, html-parser, practice, shinobi
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML-parser-in-Golang
Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
It brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/html package and the CSS Selector library cascadia. Syntax-wise, it is as close as possible to jQuery, with the same method names when possible, and that warm and fuzzy chainable interface.
## Conclusion
In this repository, we've implemented token-based authentication with Golang and MySQL
Here is some repositories for your guide:
- [Hands-on Go](https://github.com/hashi7412/handson-go)
- [Implementing interface from different package golang](https://github.com/hashi7412/multi-packages-interface)
- [Unmarshalling dynamic JSON in Golang](https://github.com/hashi7412/unmarshalling-dynamic-json)
- [Token-based Authentication with MySQL](https://github.com/hashi7412/tokenbased-authentication)
- [Example of Golang CRUD using MySQL from scratch](https://github.com/hashi7412/CRUD-with-MySQL)
- [Golang RESTful API using GORM and Gorilla Mux](https://github.com/hashi7412/RestfulAPI-with-GORM-and-GorillaMux)Thank you for looking at this repository. 👋