Go[Go] go test -vOn this page[Go] go test -vrun test에서vs code에서 run test할 때 -v를 넣고 싶다면"go.testFlags": ["-v"]위 코드를 settings.json에 입력하면 된다.