aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/genop/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/go/genop/main.go')
-rw-r--r--tensorflow/go/genop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/genop/main.go b/tensorflow/go/genop/main.go
index 70bd129aff..46163ef0ad 100644
--- a/tensorflow/go/genop/main.go
+++ b/tensorflow/go/genop/main.go
@@ -33,7 +33,7 @@ func main() {
var (
filename = flag.String("outfile", "", "File to write generated source code to.")
header = flag.String("header", "", "Path to a file whose contents will be copied into the generated file. Can be empty")
- buf bytes.Buffer
+ buf bytes.Buffer
)
flag.Parse()
if *filename == "" {