project-layout icon indicating copy to clipboard operation
project-layout copied to clipboard

Standard Go Project Layout

Results 123 project-layout issues
Sort by recently updated
recently updated
newest added
trafficstars

Your comments on the use of a src/ directory aren't correct, at least in the GOPATH approach which has been the recommendation in the past: https://golang.org/doc/gopath_code.html Here's what happens if...

Hi, I noticed that there are two README translations for Simplified Chinese, they are `README_zh-CN.md` and `README_zh.md`. And I checked the difference between them, only a few paragraphs are in...

This appears to be the more common convention based on code in Github: * `config/` (67K code results): https://github.com/search?q=language%3Ago+path%3A%2Fconfig%2F * `configs/` (3K code results): https://github.com/search?q=language%3Ago+path%3A%2Fconfigs%2F

This layout pattern include both `X` and `Xs` at the same time.

Any references for `/init` pattern? > `/init` > System init (systemd, upstart, sysv) and process manager/supervisor (runit, supervisord) configs.

Fixes #177 Removing the following repositories that no longer include a `/pkg` directory: * [prometheus/prometheus](https://github.com/prometheus/prometheus) * [minio/minio](https://github.com/minio/minio) Updating the links to the following repositories with renamed main branches: * [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger)...

Numerous people have created issues that describe the reasoning for this. The main one being #117, created by Russ Cox, the number one contributor to https://github.com/golang/go. This repository represents your...

In what packages should i put queue related files?

The name organization name `golang-standards` is misleading for beginners and people new to Go. It implies that the included repositories - which are misleading as well, btw - conclude official...