From 1615fcfad5b9789eb458918a284fa7a5d59c675a Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Mon, 10 Aug 2020 15:50:31 -0700 Subject: [PATCH] translations section in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f3582..00f2374 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # 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.