diff --git a/store/db/db.go~ b/store/db/db.go~ deleted file mode 100644 index 9c47ccd..0000000 --- a/store/db/db.go~ +++ /dev/null @@ -1,9 +0,0 @@ -package db - -type DBProboCollectorStore struct { - Path string -} - -func (s *DBProboCollectorStore) NewDBProboCollectorStore(path string) (*DBProboCollectorStore, error) { - return nil, nil -}