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
This commit is contained in:
parent
61bd98e5b3
commit
1c1af4be5d
|
@ -7,7 +7,6 @@ package main
|
|||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
|
Loading…
Reference in New Issue