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:
Dave Cheney 2014-02-22 13:24:39 +11:00
parent 61bd98e5b3
commit 1c1af4be5d
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ package main
import (
"bytes"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"