aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/example_inception_inference_test.go
diff options
context:
space:
mode:
authorGravatar Kai Sasaki <lewuathe@me.com>2017-02-17 04:29:45 +0900
committerGravatar Vijay Vasudevan <vrv@google.com>2017-02-16 11:29:45 -0800
commitb2075a3d194b570d6c5d32337019ee5f8b91aca3 (patch)
treeccb0a7cf1e7d04829032b1ae741a444c5c920b0d /tensorflow/go/example_inception_inference_test.go
parent094138347fb75d5c079e9993d62c35b7d1430c7c (diff)
Apply gofmt to Go API (#7574)
Diffstat (limited to 'tensorflow/go/example_inception_inference_test.go')
-rw-r--r--tensorflow/go/example_inception_inference_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/example_inception_inference_test.go b/tensorflow/go/example_inception_inference_test.go
index 51ad652e78..42d169ed9a 100644
--- a/tensorflow/go/example_inception_inference_test.go
+++ b/tensorflow/go/example_inception_inference_test.go
@@ -26,8 +26,8 @@ import (
"os"
"path/filepath"
- "github.com/tensorflow/tensorflow/tensorflow/go/op"
tf "github.com/tensorflow/tensorflow/tensorflow/go"
+ "github.com/tensorflow/tensorflow/tensorflow/go/op"
)
func Example() {