Skip to content

Commit

Permalink
kshaka is the name
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Apr 20, 2018
1 parent 3254972 commit 84e0a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/http_example/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"net/http"

"github.com/hashicorp/raft-boltdb"
"github.com/komuw/kshaka"
"github.com/komuw/kshaka/httpTransport"
"github.com/komuw/kshaka/protocol"
)

// HTTPtransportProposeRequest is the request sent as a proposal
Expand Down
2 changes: 1 addition & 1 deletion httpTransport/httpTransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"net/http"
"time"

"github.com/komuw/kshaka/protocol"
"github.com/komuw/kshaka"
)

// HTTPtransport provides a http based transport that can be
Expand Down

0 comments on commit 84e0a29

Please sign in to comment.