go-gitlab-client icon indicating copy to clipboard operation
go-gitlab-client copied to clipboard

Fix string id issue with merge requests

Open frozzare opened this issue 9 years ago • 4 comments

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.

frozzare avatar Sep 01 '16 07:09 frozzare

Can you check travis ?

rande avatar Sep 01 '16 07:09 rande

When I run make test locally all looks great, don't get the same exit code as travis gets. Maybe something wrong on travis?

frozzare avatar Sep 01 '16 07:09 frozzare

Can you try a make format and squash your commits if there are any changes.

rande avatar Sep 01 '16 07:09 rande

make format didn't change anything.

frozzare avatar Sep 01 '16 07:09 frozzare