Fix formats

This commit is contained in:
Thomas Jager 2014-02-12 08:41:22 +01:00
parent 84a0cb60ed
commit 9bdf790e25

View File

@ -1,13 +1,13 @@
package irc package irc
import ( import (
"crypto/sha1"
"fmt"
"math/rand"
"reflect"
"strconv" "strconv"
"strings" "strings"
"time" "time"
"crypto/sha1"
"fmt"
"reflect"
"math/rand"
) )
func (irc *Connection) AddCallback(eventcode string, callback func(*Event)) string { func (irc *Connection) AddCallback(eventcode string, callback func(*Event)) string {