Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer authored Mar 29, 2019
1 parent 6ee8461 commit c4ec943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
```console
$ git clone -b skeleton https://github.com/golangkorea/codelab
$ cd codelab
$ go mod init github.com/golangkorea/codelab
$ ./clean.sh
```

Expand Down Expand Up @@ -58,4 +59,4 @@ $ go run .
- **model**: 모델 구조체 패키지
- **oauth**: OAuth2 인증 관련 패키지
- **static**: 정적 파일 모음 (스타일시트, 이미지등)
- **templates**: 템플릿 파일 모음
- **templates**: 템플릿 파일 모음

0 comments on commit c4ec943

Please sign in to comment.