translations section in readme

This commit is contained in:
Kyle Quest 2020-08-10 15:50:31 -07:00
parent a379b6f17d
commit 1615fcfad5

View File

@ -1,6 +1,10 @@
# Standard Go Project Layout # Standard Go Project Layout
[中文文档](README_zh.md) Translations:
* [中文文档](README_zh.md)
## Overview
This is a basic layout for Go application projects. It's not an official standard defined by the core Go dev team; however, it is a set of common historical and emerging project layout patterns in the Go ecosystem. Some of these patterns are more popular than others. It also has a number of small enhancements along with several supporting directories common to any large enough real world application. This is a basic layout for Go application projects. It's not an official standard defined by the core Go dev team; however, it is a set of common historical and emerging project layout patterns in the Go ecosystem. Some of these patterns are more popular than others. It also has a number of small enhancements along with several supporting directories common to any large enough real world application.