summaryrefslogtreecommitdiff
path: root/tutorial/go/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/go/src/main.go')
-rw-r--r--tutorial/go/src/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorial/go/src/main.go b/tutorial/go/src/main.go
index 7730d7b32..afac6bba7 100644
--- a/tutorial/go/src/main.go
+++ b/tutorial/go/src/main.go
@@ -22,8 +22,9 @@ package main
import (
"flag"
"fmt"
- "github.com/apache/thrift/lib/go/thrift"
"os"
+
+ "github.com/apache/thrift/lib/go/thrift"
)
func Usage() {