aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2017-02-06 14:13:29 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2017-02-06 14:13:29 +0100
commit6a6b5b567174afa95b4c091b9576bcb2709a178f (patch)
tree1397241873a18292e0433068eb121a0f352a2efb
parenta3307cfac80b2932b7665a1a6aa812f6e34a6b9a (diff)
downloadgoffel-6a6b5b567174afa95b4c091b9576bcb2709a178f.tar.gz
goffel-6a6b5b567174afa95b4c091b9576bcb2709a178f.zip
run go fmt
-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() {}
-