Skip to content

Commit

Permalink
Update code according to repo renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mickymiek committed Oct 29, 2019
1 parent 6ed75d9 commit 5984027
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# go-grafana
# grafana-golang
Golang grafana API client

Author: [Michael Meunier](https://github.com/mickymiek)
Expand Down
3 changes: 2 additions & 1 deletion examples/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package main

import (
"fmt"
"github.com/skilld-labs/go-grafana"

grafana "github.com/skilld-labs/grafana-golang"
)

func createUserExample() {
Expand Down
2 changes: 1 addition & 1 deletion grafana.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
defaultBaseURL = "https://grafana.com/api/"
userAgent = "go-grafana"
userAgent = "grafana-golang"
)

type authType int
Expand Down

0 comments on commit 5984027

Please sign in to comment.