Skip to content

Commit

Permalink
revert relative imports. they don't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
singhsays committed Mar 19, 2018
1 parent 4022542 commit dbf9b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manager.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package goresource

import (
"goresource/store"
"io"
"net/url"

"github.com/rockstardevs/goresource/store"
)

// ResourceManager is an interface implemented by managers for entities.
Expand Down
2 changes: 1 addition & 1 deletion resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package goresource

import (
"fmt"
"goresource/util"
"net/http"

"github.com/gorilla/mux"
"github.com/rockstardevs/goresource/util"
)

// Entity is an interface implemented by entities we store in the database.
Expand Down

0 comments on commit dbf9b67

Please sign in to comment.