app-structure-examples
Demonstrating various ways of structuring Go apps with some commentary
파일 탐색기
최종 버전 다운로드 (.zip)- main.go
- README.md
- calorie_calculator.go
- input_parser.go
- main.go
- README.md
- calories_by_elf_list.go
- input_parser.go
- main.go
- README.md
- input_parser.go
- input_parser_test.go
- calories.go
- elf.go
- elves_list.go
- elves_list_test.go
- main.go
- README.md
- .gitignore
- go.mod
- go.sum
- LICENSE
- puzzle_input
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/katzien/app-structure-examples
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd app-structure-examples
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
