mathaou / termdbms

A TUI for viewing and editing database files.
MIT License
1.7k stars 36 forks source link

Build failes due to "imported and not used" error #13

Closed t4ec closed 3 years ago

t4ec commented 3 years ago

go build does not build project due to following error:

# sqlite3-viewer/viewer viewer/viewer.go:8:2: imported and not used: "github.com/mattn/go-runewidth" as runewidth

Removing this import from code fixes issue and build finishes successfuly.

tonypdmtr commented 3 years ago

I removed the line and it builds OK

mathaou commented 3 years ago

This is extremely trivial and fixed in the latest update I'm working on so I'll just close it immediately. Anyone else just remove that line in the meantime my bad.

mathaou commented 3 years ago

Mind you my latest update isn't pushed to master yet. Should within the next day or so. It's a doozy! Lots of bug fixes and new features (cell editing and serialization among other things!)