Imported project in git, removed bindata dependency

This commit is contained in:
2019-12-26 07:21:48 -09:00
committed by Christopher Ramey
parent b4cb7a823e
commit 948be25267
18 changed files with 230 additions and 491 deletions

View File

@ -5,8 +5,8 @@ import (
"fmt"
"net"
"os"
"qurl/qurl"
"qurl/storage"
"git.binarythought.com/cdramey/qurl/storage"
"git.binarythought.com/cdramey/qurl/obj"
"time"
)
@ -42,7 +42,7 @@ func loadjson(stor storage.Storage, filename string) error {
max = e.ID
}
q := &qurl.QURL{
q := &obj.QURL{
ID: e.ID,
URL: e.URL,
}