Fixes #18: Go fmt on everything. Turns out only main needed it

This commit is contained in:
Chris Sexton 2013-05-09 18:30:15 -04:00
parent 377de90c31
commit 45b6ffa819
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
package main
import (
"flag"
"fmt"
"github.com/chrissexton/alepale/bot"
"github.com/chrissexton/alepale/config"
"github.com/chrissexton/alepale/plugins"
"flag"
"fmt"
)
import irc "github.com/fluffle/goirc/client"