hybridgroup/gobot

dependency "github.com/pkg/errors" can be avoided

gen2thomas opened this issue · 0 comments

It is used by accident in "adxl345_driver.go" and "mqtt_adaptor.go". The usage of "errors.Wrap()" in "ble_client_adaptor.go" can be substituted by standard Go.