Skip to content

Commit

Permalink
go.tools/dashboard/builder: fix imported by not used error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davecheney committed Feb 22, 2014
1 parent 61bd98e commit 1c1af4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/builder/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ package main
import (
"bytes"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
Expand Down

0 comments on commit 1c1af4b

Please sign in to comment.