go-wiki
go-mockgen
go-wiki | go-mockgen | |
---|---|---|
7 | 3 | |
93 | 58 | |
- | - | |
4.7 | 5.6 | |
about 1 year ago | 11 months ago | |
Go | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-wiki
-
Go for web scraping
If you ever need to scrap the Wikipedia, use this: https://github.com/trietmn/go-wiki
- Show HN: I built a Golang module to access and parse data from Wikipedia
- Golang Wikipedia module
-
Libraries you use most of your projects?
I need to build a low latency Wikipedia data crawler for my AI module. So I use this one: https://github.com/trietmn/go-wiki
- GitHub - trietmn/go-wiki: This is a Go (Golang) open-source module that makes it easy to access and parse data from Wikipedia
- Go-wiki - The Golang module that makes it easy to access and parse data from Wikipedia
-
Go-wiki - The Golang wrapper for the Wikipedia API
After having alot of fun playing with the Pythonic version, I decided to make this module also available in Golang for all of us Gophers. Love to hear your feedback. https://github.com/trietmn/go-wiki
go-mockgen
-
Is there a mock library works with generics?
https://github.com/derision-test/go-mockgen, we use this widely at work
-
Libraries you use most of your projects?
https://github.com/derision-test/go-mockgen for generating mocks for interfaces, for those that use dependency injection. By far the best mock generator, especially compared to the relatively bad official one, or anything that requires passing method names as strings...
-
What are your favorite packages to use?
https://github.com/derision-test/go-mockgen for the best mocks Ive ever had in Go https://github.com/go-chi/chi for HTTP routing
What are some alternatives?
gomodifytags - Go tool to modify struct field tags
ginkgo - A Modern Testing Framework for Go
backoff - ⏱ The exponential backoff algorithm in Go
Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
go-arg - Struct-based argument parsing in Go
pggen - Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.
gqlgen - go generate based graphql server library
httprouter - A high performance HTTP request router that scales well
golang-docker - Docker Official Image packaging for golang
logrus - Structured, pluggable logging for Go.
sqlc - Generate type-safe code from SQL
Testify - A toolkit with common assertions and mocks that plays nicely with the standard library