Skip to content

Commit 3f6158a

Browse files
committed
Fix main import
1 parent b5e917d commit 3f6158a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"github.com/pkg/errors"
5-
"go-restclient/restclient"
5+
"github.com/ysyesilyurt/go-restclient/restclient"
66
"log"
77
"net/http"
88
"net/url"

0 commit comments

Comments
 (0)