Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
rewrite import paths to make it go get-able
Browse files Browse the repository at this point in the history
  • Loading branch information
stamblerre committed Sep 14, 2018
1 parent ab15b2d commit 0672078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"runtime/debug"

"github.com/mdempsky/gocode/internal/suggest"
"github.com/stamblerre/gocode/internal/suggest"
)

func doClient() {
Expand Down
2 changes: 1 addition & 1 deletion internal/suggest/suggest.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"go/types"
"os"

"github.com/mdempsky/gocode/internal/lookdot"
"github.com/stamblerre/gocode/internal/lookdot"
"golang.org/x/tools/go/packages"
)

Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"runtime/debug"
"time"

"github.com/mdempsky/gocode/internal/suggest"
"github.com/stamblerre/gocode/internal/suggest"
)

func doServer() {
Expand Down

0 comments on commit 0672078

Please sign in to comment.