Skip to content

Commit df91b03

Browse files
smackerktrysmt
authored andcommitted
Fix incorrect module path (#69)
Module path should match github url. Incorrect name produces an error ``` $ go get github.com/ktrysmt/go-bitbucket@master go: finding github.com/ktrysmt/go-bitbucket master go: github.com/ktrysmt/[email protected]: parsing go.mod: unexpected module path "github.com/wzjgo1/go-bitbucket" go: error loading module requirements ```
1 parent f538244 commit df91b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/wzjgo1/go-bitbucket
1+
module github.com/ktrysmt/go-bitbucket
22

33
go 1.12
44

0 commit comments

Comments
 (0)