Henry-Sarabia / apicalypse

An Apicalypse query builder
MIT License
7 stars 1 forks source link

option.go uses outdated method signature from blank package #15

Closed sprak3000 closed 4 years ago

sprak3000 commented 4 years ago

Found this while opening a PR against the igdb library. The build for the PR listed the following error when trying to grab the dependencies:

# github.com/Henry-Sarabia/apicalypse
../apicalypse/option.go:53:7: undefined: blank.RemoveSpace
../apicalypse/option.go:74:7: undefined: blank.RemoveSpace

Digging into it, the blank library updated to rename RemoveSpace to just Remove a few months ago.

Henry-Sarabia commented 4 years ago

Thanks for the fix @sprak3000!