All Projects → golang-standards → project-template

golang-standards / project-template

Licence: other
Sample Go Project Template (based on the layout from the Standard Project Layout repo)

Projects that are alternatives of or similar to project-template

Project Layout
Standard Go Project Layout
Stars: ✭ 28,275 (+34807.41%)
Mutual labels:  project-template, standards, project-structure
python-project-skeleton
An up-to-date and explanatory Python project skeleton with contiuous integration services.
Stars: ✭ 31 (-61.73%)
Mutual labels:  project-skeleton, project-structure
Paper Code
对一些好的技术文章结合自己的实践经验进行翻译、举例说明等或自己的经验分享。主要包括架构设计、模式设计、模型设计、重构等。
Stars: ✭ 94 (+16.05%)
Mutual labels:  project-template, standards
go-todo-backend
Go Todo Backend example using modular project layout for product microservice.
Stars: ✭ 177 (+118.52%)
Mutual labels:  project-template, project-structure
vanillajs-hello
Start a VanillaJS website using WebPack in just 30 seconds: HTML,CSS,Babel,SASS,Bootstrap,Prettier,Gitpod
Stars: ✭ 24 (-70.37%)
Mutual labels:  project-template
cpp14-project-template
A simple, cross-platform, and continuously integrated C++14 project template
Stars: ✭ 64 (-20.99%)
Mutual labels:  project-template
folderslint
📁 Directory structure linter for JavaScript projects
Stars: ✭ 131 (+61.73%)
Mutual labels:  project-structure
MangoServer
A MongoDB implementation of the W3C Web Annotation Protocol
Stars: ✭ 16 (-80.25%)
Mutual labels:  standards
webpack-multipage-cli
用webpack(已更新至4)构建的多页应用项目脚手架,具有自动打包,编译,部署等功能
Stars: ✭ 52 (-35.8%)
Mutual labels:  project-template
rfc.fyi
Browseable, searchable RFC index
Stars: ✭ 79 (-2.47%)
Mutual labels:  standards
pathling
Turn your FHIR data set into a powerful API that can be used to develop analytics applications and augment data science workflow.
Stars: ✭ 31 (-61.73%)
Mutual labels:  standards
go-zero-to-hero
Golang Learning doc + programs
Stars: ✭ 17 (-79.01%)
Mutual labels:  golang-examples
devonfw4flutter-mts-app
Large-Scale Flutter Reference Application. An Extension of DevonFw's My Thai Star Project
Stars: ✭ 54 (-33.33%)
Mutual labels:  project-structure
docker-django-boilerplate
Minimal boilerplate setup for a Django project with Docker.
Stars: ✭ 41 (-49.38%)
Mutual labels:  project-template
cmake-gtest-gbench-starter
A cross-platform C++11/14/17 starter project with google test and google benchmark support.
Stars: ✭ 27 (-66.67%)
Mutual labels:  project-template
MapML
Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/
Stars: ✭ 48 (-40.74%)
Mutual labels:  standards
ops-drafts
Applicability and Manageability Statements
Stars: ✭ 21 (-74.07%)
Mutual labels:  standards
node-nestjs-structure
Node.js framework NestJS project structure
Stars: ✭ 258 (+218.52%)
Mutual labels:  project-structure
project-template
📂 A template for open source projects.
Stars: ✭ 12 (-85.19%)
Mutual labels:  project-template
passmarked
CLI based tool for the Passmarked API that can be used for easy integrations and general horse play
Stars: ✭ 25 (-69.14%)
Mutual labels:  standards

Go Project Template

This is an opinionated Go project template you can use as a starting point for your project. It doesn't include any code generation, so you'll need to replace the placeholder variables/values/names with your own.

Clone the repository, keep what you need and delete everything else! Feel free to replace the parts that don't align with your use cases (e.g., you may prefer/use a different vendoring tool).

See Go Project Layout for a more generic and a less opinionated starting point for your project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].