Skip to content

Commit 2a6a178

Browse files
committed
src/goTools: remove unneeded import
Change-Id: I7266d136fc5f5b95f52fc144dc0219042262ebed Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/442785 Reviewed-by: Suzy Mueller <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 4f3a371 commit 2a6a178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/goTools.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { getFormatTool, usingCustomFormatTool } from './language/legacy/goFormat
1515
import { goLiveErrorsEnabled } from './language/legacy/goLiveErrors';
1616
import { allToolsInformation } from './goToolsInformation';
1717
import { getBinPath, GoVersion } from './util';
18-
import { toolInstallationEnvironment } from './goEnv';
1918

2019
export interface Tool {
2120
name: string;

0 commit comments

Comments
 (0)