프로그래밍/Go

vscode에서 내부 패키지 관련 빨간 줄 제거하기

MAKGA 2022. 9. 15. 17:31
320x100

vscode의 settings.json을 다음과 같이 수정한다.

 

    "gopls": {
        "usePlaceholders": true, // add parameter placeholders when completing a function
        "experimentalWorkspaceModule": true
    },

 

 

 

 

 

 

https://gall.dcinside.com/mgallery/board/view/?id=gophers&no=221

320x100

'프로그래밍 > Go' 카테고리의 다른 글

go-sql-driver bad connection  (0) 2022.10.12
Rest api 라이브러리 찾기  (0) 2022.09.20
로컬 패키지 import하기  (0) 2022.08.19
사내 스터디 1주차  (0) 2022.02.23