Refactor database models into separate package.

This commit is contained in:
Patrick Fairbank
2017-08-23 22:41:56 -07:00
parent 299c601e8f
commit e26781b7d3
76 changed files with 684 additions and 1144 deletions

View File

@@ -5,9 +5,9 @@ package game
import (
"github.com/stretchr/testify/assert"
"math/rand"
"sort"
"testing"
"math/rand"
)
func TestAddScoreSummary(t *testing.T) {