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

Commit

Permalink
Update import path in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 26, 2019
1 parent f7aca7e commit 17619fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/annotations_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"time"

"pkg.re/essentialkaos/librato.v9"
"github.com/essentialkaos/librato"
)

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down
2 changes: 1 addition & 1 deletion examples/async_example.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"math/rand"
"time"

"pkg.re/essentialkaos/librato.v9"
"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 @@ -7,7 +7,7 @@ import (
"math/rand"
"time"

"pkg.re/essentialkaos/librato.v9"
"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 @@ -7,7 +7,7 @@ import (
"math/rand"
"time"

"pkg.re/essentialkaos/librato.v9"
"github.com/essentialkaos/librato"
)

// ////////////////////////////////////////////////////////////////////////////////// //
Expand Down

0 comments on commit 17619fb

Please sign in to comment.