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

services/fs: When migrate to Factory init, unknown err occurred in make build operation.

Joey2132 opened this issue · comments

commented

When migrate to Factory init, unknown error occurred in make build operation.
See more details of migration in draft pr #1039.
An error occurred in generate step. And We didn't exit the build with error code, so the build is not break.
error information:

2021/11/19 03:02:14 not handled type &ast.FuncType{Func:1884, Params:(*ast.FieldList)(0xc000209500), Results:(*ast.FieldList)(0xc000209560)}

We need to fix it.