You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required since [email protected] can not recognize that
import "github.com/mesos/mesos-go/api/v1/lib"
gives the name "mesos" to the imported package (frankly, I can't
do that either).
The patch is generated by
git grep -l '"github.com/mesos/mesos-go/api/v1/lib"' | \
xargs sed -i 's|"github.com/mesos/mesos-go/api/v1/lib"|mesos \0|'
Signed-off-by: Kir Kolyshkin <[email protected]>
0 commit comments