soerenlemke / GoSeeQLite

A SQLite database viewer written in Go.
MIT License
6 stars 2 forks source link

Invalid db file #14

Closed soerenlemke closed 6 months ago

soerenlemke commented 6 months ago

IDE is complaining because the file is a empty .go file. Can we make changes to another file type for not getting error anmyore? image

soerenlemke commented 6 months ago

@vyshnav-vinod what do you think about that?

vyshnav-vinod commented 6 months ago

@soerenlemke This is just for a test. I couldnt think of any other way to produce a invalid file for the test lol. I guess we can change the filetype to something else? Maybe like .py or something? It wont complain then. Or if you can find any invalid db files, we can use those as well.