소스 검색

style guidelines and recommendation references

chore/proposed-structure
Kyle Quest 7 년 전
부모
커밋
4433f4fdf0
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      README.md

+ 7
- 1
README.md 파일 보기

@@ -6,7 +6,13 @@ This project layout is intentionally generic and it doesn't try to impose a spec

Clone the repository, keep what you need and delete everything else!

[Go Project Layout](https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2) - additional background information.
If you need help with naming, formatting and style start by running [`gofmt`](https://golang.org/cmd/gofmt/) and [`golint`](https://github.com/golang/lint). Also make sure to read these Go code style guidelines and recommendations:
* https://talks.golang.org/2014/names.slide
* https://golang.org/doc/effective_go.html#names
* https://blog.golang.org/package-names
* https://github.com/golang/go/wiki/CodeReviewComments

See [Go Project Layout](https://medium.com/golang-learn/go-project-layout-e5213cdcfaa2) for additional background information.

## Go Directories



불러오는 중...
취소
저장