lobby IS a game
parent
ad35abb995
commit
a2c44498eb
|
|
@ -1,7 +1,7 @@
|
|||
package lobby_test
|
||||
|
||||
import (
|
||||
"gitea/price-is-wrong/src/state/lobby"
|
||||
lobby "gitea/price-is-wrong/src/state/fsm/lobby/internal"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ package lobby_test
|
|||
|
||||
import (
|
||||
"gitea/price-is-wrong/src/lib"
|
||||
"gitea/price-is-wrong/src/state/lobby"
|
||||
lobby "gitea/price-is-wrong/src/state/fsm/lobby/internal"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
package state
|
||||
|
||||
type State struct {
|
||||
Lobby lobby.Lobby
|
||||
}
|
||||
Loading…
Reference in New Issue