Migrated to the new go-web-dev-kit setup.
This commit is contained in:
parent
8d70b57299
commit
71ee505717
20 changed files with 193 additions and 810 deletions
|
|
@ -5,8 +5,8 @@ import (
|
|||
"fmt"
|
||||
"reflect"
|
||||
"github.com/stretchr/testify/require"
|
||||
"zedshaw.games/webapp/data"
|
||||
"zedshaw.games/webapp/admin"
|
||||
"MY/webapp/data"
|
||||
"MY/webapp/admin"
|
||||
sq "github.com/Masterminds/squirrel"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package tests
|
|||
import (
|
||||
"testing"
|
||||
// "github.com/stretchr/testify/require"
|
||||
// "zedshaw.games/webapp/data"
|
||||
// "MY/webapp/data"
|
||||
// sq "github.com/Masterminds/squirrel"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package tests
|
|||
import (
|
||||
"testing"
|
||||
// "github.com/stretchr/testify/require"
|
||||
"zedshaw.games/webapp/data"
|
||||
"MY/webapp/data"
|
||||
sq "github.com/Masterminds/squirrel"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue