Cleaning up and and reorganizing the models package

This commit is contained in:
Christopher Talib 2020-02-06 17:13:19 +01:00
parent cc87dab922
commit 2813ab0e96

View file

@ -72,7 +72,6 @@ func main() {
for {
select {
default:
fmt.Println("Querying pastebin...")
pastes, err := models.QueryPastes()
if err != nil {
logrus.Panic(err)