File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# go-bitbucket
2
2
3
3
<a class =" repo-badge " href =" https://godoc.org/github.com/davidji99/go-bitbucket " ><img src =" https://godoc.org/github.com/davidji99/go-bitbucket?status.svg " alt =" go-bitbucket?status " ></a >
4
- <a href =" https://goreportcard.com/report/github.com/davidji99/go-bitbucket " ><img class =" badge " tag =" github.com/davidji99/go- bitbucket " src =" https://goreportcard.com/badge/github.com/davidji99/go-bitbucket " ></a >
4
+ <a href =" https://goreportcard.com/report/github.com/davidji99/go-bitbucket " ><img class =" badge " tag =" github.com/davidji99/bitbucket-go " src =" https://goreportcard.com/badge/github.com/davidji99/go-bitbucket " ></a >
5
5
6
6
> Bitbucket APIv2 library for Golang.
7
7
@@ -27,7 +27,7 @@ package main
27
27
import (
28
28
" fmt"
29
29
30
- " github.com/davidji99/go- bitbucket/bitbucket"
30
+ " github.com/davidji99/bitbucket-go /bitbucket"
31
31
)
32
32
33
33
func main () {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package main
2
2
3
3
import (
4
4
"fmt"
5
- bbcli "github.com/davidji99/go- bitbucket/cli/cli"
6
- "github.com/davidji99/go- bitbucket/cli/command"
5
+ bbcli "github.com/davidji99/bitbucket-go /cli/cli"
6
+ "github.com/davidji99/bitbucket-go /cli/command"
7
7
"gopkg.in/urfave/cli.v1"
8
8
"log"
9
9
"os"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package command
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/davidji99/go- bitbucket/bitbucket"
6
- cli2 "github.com/davidji99/go- bitbucket/cli/cli"
5
+ "github.com/davidji99/bitbucket-go /bitbucket"
6
+ cli2 "github.com/davidji99/bitbucket-go /cli/cli"
7
7
"gopkg.in/urfave/cli.v1"
8
8
)
9
9
Original file line number Diff line number Diff line change 4
4
"os"
5
5
"testing"
6
6
7
- "github.com/davidji99/go- bitbucket"
7
+ "github.com/davidji99/bitbucket-go "
8
8
)
9
9
10
10
var (
Original file line number Diff line number Diff line change 1
1
package tests
2
2
3
3
import (
4
- "github.com/davidji99/go- bitbucket"
4
+ "github.com/davidji99/bitbucket-go "
5
5
"reflect"
6
6
"testing"
7
7
)
Original file line number Diff line number Diff line change 4
4
"os"
5
5
"testing"
6
6
7
- "github.com/davidji99/go- bitbucket"
7
+ "github.com/davidji99/bitbucket-go "
8
8
_ "github.com/k0kubun/pp"
9
9
)
10
10
Original file line number Diff line number Diff line change 4
4
"os"
5
5
"testing"
6
6
7
- "github.com/davidji99/go- bitbucket"
7
+ "github.com/davidji99/bitbucket-go "
8
8
)
9
9
10
10
func TestProfile (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments