프로젝트용 폴더 생성
main.go 파일 생성
package main import “fmt” func main() { fmt.Println(“hello world”) }
vscode 로 폴더 열기
F5 로 실행 -> Error
dlv 파일이 없어서 생긴 문제 인것 같아서 일단 delve 패키지 install
brew install delve
하지만
go: go.mod file not found in current directory or any parent directory; see […]
