Skip to content

Commit 4169fc3

Browse files
committed
go.tools/dashboard/builder: fix imported by not used error
Update golang/go#7372 This slipped into the build in revision 4b4229fc616b. Thanks to @pierredurand87 for noticing the break. LGTM=bgarcia R=golang-codereviews, bgarcia CC=golang-codereviews https://golang.org/cl/66670043
1 parent 972090e commit 4169fc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/env.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package main
77
import (
88
"bytes"
99
"fmt"
10-
"io"
1110
"io/ioutil"
1211
"os"
1312
"path/filepath"

0 commit comments

Comments
 (0)