aboutsummaryrefslogtreecommitdiff
path: root/robo.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-15 02:59:10 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-15 02:59:10 +0200
commita546f3c9a1ca2fae052e2e73b8956a15f964e30d (patch)
treeca9c46074cedd6ecc01faa4678335998f2c2673f /robo.go
parent3a6d0889d1e811959558051362e8bf9cbfce1aa1 (diff)
gofmt
Diffstat (limited to 'robo.go')
-rw-r--r--robo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/robo.go b/robo.go
index 57a45a2..2922546 100644
--- a/robo.go
+++ b/robo.go
@@ -133,7 +133,7 @@ func triple(c *bufio.ReadWriter, cmd string) Triple {
return NewTriple(recv(c.Reader))
}
-func Gin(c *bufio.ReadWriter) Triple { return triple(c, "G") }
+func Gin(c *bufio.ReadWriter) Triple { return triple(c, "G") }
func CallGin(c *bufio.ReadWriter) Triple { return triple(c, "C") }
func (t Triple) send(c *bufio.Writer, cmd string) {