소스 검색

empty repo

chore/proposed-structure
Kyle Quest 8 년 전
커밋
954c0c0512
3개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      .gitignore
  2. +1
    -0
      LICENSE.md
  3. +2
    -0
      README.md

+ 17
- 0
.gitignore 파일 보기

@@ -0,0 +1,17 @@
# Mac OS X files
.DS_Store

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

+ 1
- 0
LICENSE.md 파일 보기

@@ -0,0 +1 @@
Hacker license!

+ 2
- 0
README.md 파일 보기

@@ -0,0 +1,2 @@
# Standard Go Project Layout


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