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

Migrate to split logging pkg.

This commit is contained in:
Alex Bramley 2011-11-13 14:02:12 +00:00
parent f62470c091
commit 4e4c4b6798
10 changed files with 6 additions and 521 deletions

View file

@ -4,7 +4,7 @@ import (
"bufio"
"crypto/tls"
"github.com/fluffle/goirc/event"
"github.com/fluffle/goirc/logging"
"github.com/fluffle/golog/logging"
"github.com/fluffle/goirc/state"
"fmt"
"net"

View file

@ -3,7 +3,7 @@ package client
import (
"bufio"
"github.com/fluffle/goirc/event"
"github.com/fluffle/goirc/logging"
"github.com/fluffle/golog/logging"
"github.com/fluffle/goirc/state"
"gomock.googlecode.com/hg/gomock"
"testing"