Skip to content

Commit

Permalink
Move current database implementation in legacy package for transparen…
Browse files Browse the repository at this point in the history
…t switch to new implementations

Signed-off-by: Igor Shishkin <[email protected]>
  • Loading branch information
teran committed Nov 27, 2020
1 parent d87bc8b commit 641103d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion database/database.go → database/legacy/database.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package database
package legacy

import (
"encoding/json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package database
package legacy

import (
"io/ioutil"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/fatih/color"
"gopkg.in/cheggaaa/pb.v1"

"github.com/teran/checksum/database"
database "github.com/teran/checksum/database/legacy"
)

var (
Expand Down

0 comments on commit 641103d

Please sign in to comment.