go-gitlab-client
go-gitlab-client copied to clipboard
Fix string id issue with merge requests
string(int) don't work In Go, see https://play.golang.org/p/f3-qx-kLGq so you can convert the int to a string or use fmt.Sprintf to make it to a string.
Can you check travis ?
When I run make test locally all looks great, don't get the same exit code as travis gets. Maybe something wrong on travis?
Can you try a make format and squash your commits if there are any changes.
make format didn't change anything.