Skip to content

Commit ba6c2a6

Browse files
committed
Updated paths in all files
1 parent e048e43 commit ba6c2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"io"
66
"strconv"
77

8-
"github.com/smartystreets/training-cohort/calcy-lib/calc"
8+
"github.com/sryanh/calcy-lib/calc"
99
)
1010

1111
type Handler struct {

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/smartystreets/training-cohort/calcy-lib/calc"
7+
"github.com/sryanh/calcy-lib/calc"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)