IT 이야기/디버깅 3

[go 언어] go: cannot find main module; see 'go help modules'Build process exiting with code: 1 signal: null 오류

// 언어: go lang // 에디터: vs code // 에러 메세지: go: cannot find main module; see 'go help modules' Build process exiting with code: 1 signal: null Hello world에서 오류를 만나다니.. // 해결방법 cmd 창을 열어서 go env -w GO111MODULE=auto 로 설정을 바꿔주면 된다. // 해결과정 처음에 검색을 했더니 한글로 된 문서는 없었다.. github.com/golang/go/issues/31997 question: "go: cannot find main module; see 'go help modules'" · Issue #31997 · golang/go What did yo..

[eclipse 오류 해결] the selection cannot be launched and there are no recent launches 경고 문구 해결

□ 에디터: Eclipse IDE for Java Developers - 2020-12 □ 경고문구: the selection cannot be launched and there are no recent launches □ 문제: 메인 클래스를 실행하려는데 실행이 되지 않는다. □ 원인: 이클립스에서 실행하고자하는 프로젝트 위치를 찾지 못해서 발생하는 오류다. □ 해결방법: window > preference > Run/Debug > Launching > Launch Operation > Launch the associated project 라디오 박스를 선택해주면 된다.