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.
In this repository, we've implemented token-based authentication with Golang and MySQL
Here is some repositories for your guide:
- Hands-on Go
- Implementing interface from different package golang
- Unmarshalling dynamic JSON in Golang
- Token-based Authentication with MySQL
- Example of Golang CRUD using MySQL from scratch
- Golang RESTful API using GORM and Gorilla Mux
Thank you for looking at this repository. 👋