Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepri committed Jul 1, 2015
1 parent 6b307cf commit 60d1e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/server.go
Expand Up @@ -10,7 +10,7 @@ import (
"errors"
"net/http"

"github.com/segmentio/gorilla-rpc"
"github.com/gorilla/rpc"
)

var null = json.RawMessage([]byte("null"))
Expand Down

0 comments on commit 60d1e51

Please sign in to comment.