-
assets
-
https://www.gnu.org/software/make/manual/
brew update && brew install make# 설치검증 $ make # makefile 이 없어서 멈춘다는 메시지가 나온다면 성공! > make: *** No targets specified and no makefile found. Stop.
-
init
# go mod init <프로젝트이름>
go mod init goweb
docker-compose -f asset/go-web-infra/infra.yaml up -d- 왜 고를 공부해야하나
- PPH 대비 서버 사용량 엄청 적음
- 트레픽의 흐름
- DNS 네임서버 >> 쿼리해서 IP 얻어옴
- IP 로 서버 접속해서 HTML 같은 자원 가져옴
go mod init myapp