wtf
Golang-Project-Structure
wtf | Golang-Project-Structure | |
---|---|---|
49 | 1 | |
1,682 | 473 | |
- | 0.8% | |
0.0 | 2.0 | |
about 2 years ago | over 1 year 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.
wtf
- WTF Dial
-
Help with setting up Ben Johnson's wtf repo locally
I am new to go. Found wtf dial - ( https://github.com/benbjohnson/wtf ) while looking to get some project based learning. This looks pretty interesting but when I did git clone of the project my vs code is giving number dependency related problems like below.
-
Educational Codebases
There are a few Go projects meant to be learned from:
- https://github.com/pion/opus for to learn audio
- https://github.com/benbjohnson/wtf for overall production quality
- https://github.com/upspin/upspin difficult to explain, personally I'm not a fan of the errors
- Ben Johnson's WTF project layout: interface usage
- Exemple of Web API written in Go that you'd consider high quality
-
Directory structure for a golang project
I read about https://github.com/benbjohnson/wtf and the connected blog here a couple of times. Seems quite good.
- Project structure - I often see duplicate function names in db layers, why?
-
The one-and-only, must-have, eternal Go project layout
Personally I think the method is the layered architecture approach. Example: https://github.com/benbjohnson/wtf
-
Examples of Good Go Repos
Take a look at the discussions in the repo: https://github.com/benbjohnson/wtf/discussions
-
Examples of an idiomatic API project
https://github.com/benbjohnson/wtf This repo serves as an example and fits Go very well in my opinion. Check the discussions on the repo and the blog posts.
Golang-Project-Structure
-
Hmmm... How should I structure my Go project?
Other layout (I choice for API projects) https://github.com/Mindinventory/Golang-Project-Structure
What are some alternatives?
go-clean-arch - Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
wtf - The personal information dashboard for your terminal
go-clean-template - Clean Architecture template for Golang services
pkgsite - [mirror] Home of the pkg.go.dev website
go-graphql-boilerplate - A golang and graphql/restapi boilerplate build for fast and quick build.
go-webapp-example - Example web application written in Go
urlsh - Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in frontend. Think of it as self hosting ready url shortener.
goapp - An opinionated guideline to structure & develop a Go web application/service
gomailer - Simple Golang Mail Sender Library using with SSL and TLS
memberlist - Golang package for gossip based membership and failure detection
golang-standards/project-layout - Standard Go Project Layout