Skip to content

Commit

Permalink
Merge pull request #3 from alex3305/booking-gorp-migration
Browse files Browse the repository at this point in the history
Changes to the new repository of gorp
  • Loading branch information
pushrax committed Feb 8, 2015
2 parents 9f82e32 + e2d7b03 commit 6ecb5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion booking/app/controllers/gorp.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package controllers
import (
"golang.org/x/crypto/bcrypt"
"database/sql"
"github.com/coopernurse/gorp"
"github.com/go-gorp/gorp"
_ "github.com/mattn/go-sqlite3"
r "github.com/revel/revel"
"github.com/revel/modules/db/app"
Expand Down
2 changes: 1 addition & 1 deletion booking/app/models/booking.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package models

import (
"fmt"
"github.com/coopernurse/gorp"
"github.com/go-gorp/gorp"
"github.com/revel/revel"
"regexp"
"time"
Expand Down

0 comments on commit 6ecb5d8

Please sign in to comment.