Notice
Recent Posts
Recent Comments
Link
마이라이프해피라이프
[golang] 의존성 정리 본문
[문제]
vscode에서 모듈 import할 때 실행은 제대로 되는데 빨간줄이 없어지지 않을 때
[해결]
go mod init [모듈명] -> 모듈 초기화 (모듈명은 마음대로 정해도 됨)
go mod tidy -> 의존성 정리
'컴퓨터 > Go' 카테고리의 다른 글
[golang] go import error (2) (0) | 2023.03.26 |
---|---|
[golang] go import error (0) | 2023.03.24 |