aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--goffel.go2
-rw-r--r--logic/dices.go1
-rw-r--r--uis/client.go1
3 files changed, 1 insertions, 3 deletions
diff --git a/goffel.go b/goffel.go
index 0b47f9f..aab20ee 100644
--- a/goffel.go
+++ b/goffel.go
@@ -4,7 +4,7 @@ import (
"flag"
"math/rand"
"time"
-
+
"muhq.space/go/muhq/goffel/logic"
"muhq.space/go/muhq/goffel/uis"
)
diff --git a/logic/dices.go b/logic/dices.go
index bab1248..9fd481c 100644
--- a/logic/dices.go
+++ b/logic/dices.go
@@ -14,7 +14,6 @@ func SetFancyPrint(f bool) {
fancy = f
}
-
type Dices [5]int
func (d *Dices) Roll(i []int) error {
diff --git a/uis/client.go b/uis/client.go
index f0f05f6..6f7886a 100644
--- a/uis/client.go
+++ b/uis/client.go
@@ -13,4 +13,3 @@ func (ui *Client) Round(r int) error {
}
func (ui *Client) BroadcastWinner() {}
-