diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-02-06 14:13:29 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-02-06 14:13:29 +0100 |
| commit | 6a6b5b567174afa95b4c091b9576bcb2709a178f (patch) | |
| tree | 1397241873a18292e0433068eb121a0f352a2efb | |
| parent | a3307cfac80b2932b7665a1a6aa812f6e34a6b9a (diff) | |
| download | goffel-6a6b5b567174afa95b4c091b9576bcb2709a178f.tar.gz goffel-6a6b5b567174afa95b4c091b9576bcb2709a178f.zip | |
run go fmt
| -rw-r--r-- | goffel.go | 2 | ||||
| -rw-r--r-- | logic/dices.go | 1 | ||||
| -rw-r--r-- | uis/client.go | 1 |
3 files changed, 1 insertions, 3 deletions
@@ -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() {} - |
