Go언어 기초 가이드
1. 환경설정
- winget 설치시 id명: GoLang.Go
- mod파일 생성
go mod init github.com/leedeokho76/go
- Go전용 디버거 설치
go install github.com/go-delve/delve/cmd/dlv@latest
go mod init github.com/leedeokho76/go
go install github.com/go-delve/delve/cmd/dlv@latest