beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When migrate to Factory init, if we don't assign an empty service, make build will fail

Joey2132 opened this issue · comments

commented

For example, in azfile, we only support storage. But if we don't assign an empty service, make build will fail with
panic: runtime error: invalid memory address or nil pointer dereference .

Causes

I will look into this issue today.