"Go 프로젝트 디렉토리 구조"의 두 판 사이의 차이

9번째 줄: 9번째 줄:
| config || 컨피그 || config<ref name='prometheus' /><ref name='boilerplate' />
| config || 컨피그 || config<ref name='prometheus' /><ref name='boilerplate' />
|-
|-
| controllers || 컨트롤러 || controllers<ref name='boilerplate'>https://github.com/vsouza/go-gin-boilerplate</ref>
| controllers || 컨트롤러 || controllers<ref name='go-gin-boilerplate'>https://github.com/vsouza/go-gin-boilerplate</ref>
|-
|-
| docs || 문서 || docs<ref name='prometheus' />
| docs || 문서 || docs<ref name='prometheus' />
|-
|-
| model || 모델 || model<ref name='prometheus' />, models<ref name='boilerplate' />
| model || 모델 || model<ref name='prometheus' />, models<ref name='go-gin-boilerplate' />
|-
|-
| template || 템플릿 || template<ref name='prometheus' />
| template || 템플릿 || template<ref name='prometheus' />
20번째 줄: 20번째 줄:
|-
|-
| web || 웹UI || web<ref name='prometheus' />
| web || 웹UI || web<ref name='prometheus' />
|}  
|}


==같이 보기==
==같이 보기==

2023년 2월 3일 (금) 09:48 판

1 개요

Go 프로젝트 디렉토리 구조
이름 설명 비고
cmd 명령어 cmd[1]
config 컨피그 config[1][2]
controllers 컨트롤러 controllers[3]
docs 문서 docs[1]
model 모델 model[1], models[3]
template 템플릿 template[1]
util 유틸 util[1]
web 웹UI web[1]

2 같이 보기

3 참고

  1. 1.0 1.1 1.2 1.3 1.4 1.5 1.6 https://github.com/prometheus/prometheus
  2. 인용 오류: <ref> 태그가 잘못되었습니다; boilerplate라는 이름을 가진 주석에 제공한 텍스트가 없습니다
  3. 3.0 3.1 https://github.com/vsouza/go-gin-boilerplate
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}