ktrysmt/go-bitbucket

c.apiBaseURL.GetApiHostnameURL undefined

sguillia opened this issue · 2 comments

Hi

Last commit breaks the build
5bccfc3

$ make test                                   
go test -v ./tests
# github.com/ktrysmt/go-bitbucket
./client.go:164:41: c.apiBaseURL.GetApiHostnameURL undefined (type *url.URL has no field or method GetApiHostnameURL)
FAIL	github.com/ktrysmt/go-bitbucket/tests [build failed]
FAIL
Makefile:18 : la recette pour la cible « test » a échouée
make: *** [test] Erreur 2

Fixed. #141