Hi. I was looking for sqlite ddl parser, so I found this package.
I wanted to try it out. But go get github.com/lempiy/Sqlite3CreateTableParser reported an error.
-> ~ go get github.com/lempiy/Sqlite3CreateTableParser
go: github.com/lempiy/Sqlite3CreateTableParser@v0.0.0-20220510084152-c8aac936d046: parsing go.mod:
module declares its path as: github.com/Allam76/Sqlite3CreateTableParser
but was required as: github.com/lempiy/Sqlite3CreateTableParser
Would you please check your go.mod and fix this? @lempiy
Hi. I was looking for sqlite ddl parser, so I found this package.
I wanted to try it out. But
go get github.com/lempiy/Sqlite3CreateTableParserreported an error.Would you please check your
go.modand fix this? @lempiy