We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3a371 commit 2a6a178Copy full SHA for 2a6a178
src/goTools.ts
@@ -15,7 +15,6 @@ import { getFormatTool, usingCustomFormatTool } from './language/legacy/goFormat
15
import { goLiveErrorsEnabled } from './language/legacy/goLiveErrors';
16
import { allToolsInformation } from './goToolsInformation';
17
import { getBinPath, GoVersion } from './util';
18
-import { toolInstallationEnvironment } from './goEnv';
19
20
export interface Tool {
21
name: string;
0 commit comments