dolthub / go-mysql-server

A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GolangCI does not work

Gnosnay opened this issue · comments

when i import this library i found something wrong with the GolangCI

level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package memory: could not load export data: no export data for \"github.com/dolthub/go-mysql-server/memory\""
level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package memory: could not load export data: no export data for \"github.com/dolthub/go-mysql-server/memory\"\n\n"

any clue for this?