aldrin-coexservices

Results 2 comments of aldrin-coexservices

I am encountering the same issue. Anyone has fix on this one?

@codyoss i am trying to mock `uptrace bun IDB interface` but I am having error ` //go:generate mockgen -source $GOBASE/vendor/github.com/uptrace/bun/query_base.go -aux_files github.com/uptrace/bun/schema=$GOBASE/vendor/github.com/uptrace/bun/schema/hook.go,github.com/uptrace/bun=$GOBASE/vendor/github.com/uptrace/bun/bun.go -destination=$GOBASE/gen/mock/uptracde/bun/query_base.go IDB ` output: ` ----> Generating go...