summaryrefslogtreecommitdiff
path: root/tutorial/go/src/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/go/src/handler.go')
-rw-r--r--tutorial/go/src/handler.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/tutorial/go/src/handler.go b/tutorial/go/src/handler.go
index 5c0eed006..7645fc2a5 100644
--- a/tutorial/go/src/handler.go
+++ b/tutorial/go/src/handler.go
@@ -22,9 +22,10 @@ package main
import (
"context"
"fmt"
- "shared"
"strconv"
- "tutorial"
+
+ "github.com/apache/thrift/tutorial/go/gen-go/shared"
+ "github.com/apache/thrift/tutorial/go/gen-go/tutorial"
)
type CalculatorHandler struct {