Go

Module

module cache 지우기
go clean -modcache go clean -cache go clean -testcache
Bash
복사
go module 에서 태그가 겹쳐서 sum 이 안맞을 때 다음을 해본다
go get -u // 최신으로 업데이트 go get -x // 실행해보기 go get -n // 필요하면 다시 불러오기
Bash
복사