Skip to content

Commit

Permalink
fix unused import.
Browse files Browse the repository at this point in the history
replace references to shutej
  • Loading branch information
mattbaird committed Jul 10, 2014
1 parent 08f49c3 commit 29335c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package main
import (
"encoding/json"
"flag"
elastigo "github.com/shutej/elastigo/lib"
elastigo "github.com/mattbaird/elastigo/lib"
"log"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion tutorial/start_1.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package main
import (
"flag"
"fmt"
elastigo "github.com/shutej/elastigo/lib"
elastigo "github.com/mattbaird/elastigo/lib"
"log"
"os"
)
Expand Down

0 comments on commit 29335c5

Please sign in to comment.