]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix build
authorShenghou Ma <minux@golang.org>
Tue, 19 May 2015 22:25:22 +0000 (18:25 -0400)
committerMinux Ma <minux@golang.org>
Tue, 19 May 2015 22:29:57 +0000 (22:29 +0000)
Change-Id: Ib6c121414c74f8a40eb87a52af8737502ce7216d
Reviewed-on: https://go-review.googlesource.com/10265
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/go/fmt.go

index e40b0dc65f88af546780ff0b3c6d87497562cf5f..1722b9d5688551eec0f6b027cd9a3d91c7270f8e 100644 (file)
@@ -7,7 +7,6 @@ package main
 import (
        "os"
        "path/filepath"
-       "runtime"
 )
 
 func init() {