Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テストを実行するためのビルド構成をどのように設定しても、go テスト ツールは常に ./... で実行されます。
例えば
実行:
go test -v -cover ./... -run ./svs