project-layout
Project template
Provides a standard layout and guidelines for structuring Go projects
Standard Go Project Layout
50k stars
590 watching
5k forks
Language: Makefile
last commit: 2 months ago
Linked from 3 awesome lists
gogolangproject-structureproject-templatestandards
Related projects:
Repository | Description | Stars |
---|---|---|
wangyoucao577/go-project-layout | A Go project layout exploration and best practices discussion | 26 |
fs02/go-todo-backend | An example of a modular Go backend project with a standard directory structure and example usage of Chi for routing and REL for database access. | 321 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
insidieux/inizio | Generates standard layouts for Go projects with plugin support | 18 |
wailsapp/wails | Enables Go programmers to build desktop applications with integrated web frontends | 25,855 |
kcmvp/gob | Solves the problem of repetitive initialization process when starting new Golang projects by providing a tool and framework for efficient project setup and management. | 11 |
go-internals-cn/go-internals | A comprehensive resource explaining the internal implementation principles of the Go programming language. | 963 |
golang-templates/seed | Automates setup and workflow for Go applications | 486 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |
jfeliu007/goplantuml | Generates PlantUML diagrams from Go source code to visualize project structure and relationships. | 1,887 |
wajox/gobase | A basic template for Go application development with standard project layout and tools. | 61 |
go-oas/docs | Automatically generates RESTful API documentation for Go projects aligned with the Open API Specification standard. | 42 |
goyek/template | Automates build, testing and analysis processes for Go applications | 11 |
sagikazarmark/modern-go-application | A modern Go application template providing best practices and boilerplate for building scalable and maintainable software systems. | 1,861 |
andlabs/ui | A Go library for building native GUI applications. | 8,341 |