Skip to content

Commit

Permalink
fixed package
Browse files Browse the repository at this point in the history
  • Loading branch information
heindrichpaul committed Oct 23, 2018
1 parent f92b6ad commit 3604e1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion card.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package domain
package deckOfCards

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion card_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package domain
package deckOfCards

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion deck.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package domain
package deckOfCards

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion deck_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package domain
package deckOfCards

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion draw.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package domain
package deckOfCards

import jsoniter "github.com/json-iterator/go"

Expand Down
2 changes: 1 addition & 1 deletion pile.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package domain
package deckOfCards

import (
"fmt"
Expand Down

0 comments on commit 3604e1b

Please sign in to comment.