1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

Merge branch 'master' into weekly

Conflicts:
	client/connection.go  # MERGED
	event/registry.go     # DELETED
	logging/mock_test.go  # DELETED
This commit is contained in:
Alex Bramley 2011-11-13 14:13:55 +00:00
commit e0a5a57fe1
15 changed files with 10 additions and 1038 deletions

View file

@ -2,7 +2,7 @@ package state
import (
"fmt"
"github.com/fluffle/goirc/logging"
"github.com/fluffle/golog/logging"
"reflect"
"strconv"
)

View file

@ -1,7 +1,7 @@
package state
import (
"github.com/fluffle/goirc/logging"
"github.com/fluffle/golog/logging"
"reflect"
)

View file

@ -1,7 +1,7 @@
package state
import (
"github.com/fluffle/goirc/logging"
"github.com/fluffle/golog/logging"
)
// The state manager interface

View file

@ -1,7 +1,7 @@
package state
import (
"github.com/fluffle/goirc/logging"
"github.com/fluffle/golog/logging"
"gomock.googlecode.com/hg/gomock"
"testing"
)