Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Updated examples to ek v2
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 27, 2016
1 parent c41d27a commit 01b51a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/async_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/ek.v1/rand"
"pkg.re/essentialkaos/ek.v2/rand"

"github.com/essentialkaos/librato"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/ek.v1/rand"
"pkg.re/essentialkaos/ek.v2/rand"

"github.com/essentialkaos/librato"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/collector_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/ek.v1/rand"
"pkg.re/essentialkaos/ek.v2/rand"

"github.com/essentialkaos/librato"
)
Expand Down

0 comments on commit 01b51a9

Please sign in to comment.