change dependency on log4go to different folder

This commit is contained in:
dan 2015-04-06 11:38:20 -07:00
parent 18163c1599
commit e3efa383c1
6 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ import (
"time" "time"
"github.com/ezoic/go-kinesis" "github.com/ezoic/go-kinesis"
l4g "github.com/ezoic/sol/log4go" l4g "github.com/ezoic/log4go"
) )
// CreateStream creates a new Kinesis stream (uses existing stream if exists) and // CreateStream creates a new Kinesis stream (uses existing stream if exists) and

View file

@ -6,7 +6,7 @@ import (
"time" "time"
"github.com/ezoic/go-kinesis" "github.com/ezoic/go-kinesis"
l4g "github.com/ezoic/sol/log4go" l4g "github.com/ezoic/log4go"
) )
// Pipeline is used as a record processor to configure a pipline. // Pipeline is used as a record processor to configure a pipline.

View file

@ -8,7 +8,7 @@ import (
"os" "os"
// Postgres package is used when sql.Open is called // Postgres package is used when sql.Open is called
l4g "github.com/ezoic/sol/log4go" l4g "github.com/ezoic/log4go"
_ "github.com/lib/pq" _ "github.com/lib/pq"
) )

View file

@ -12,7 +12,7 @@ import (
"github.com/crowdmob/goamz/aws" "github.com/crowdmob/goamz/aws"
"github.com/crowdmob/goamz/s3" "github.com/crowdmob/goamz/s3"
l4g "github.com/ezoic/sol/log4go" l4g "github.com/ezoic/log4go"
_ "github.com/lib/pq" _ "github.com/lib/pq"
) )

View file

@ -7,7 +7,7 @@ import (
"github.com/crowdmob/goamz/aws" "github.com/crowdmob/goamz/aws"
"github.com/crowdmob/goamz/s3" "github.com/crowdmob/goamz/s3"
l4g "github.com/ezoic/sol/log4go" l4g "github.com/ezoic/log4go"
) )
// S3Emitter is an implementation of Emitter used to store files from a Kinesis stream in S3. // S3Emitter is an implementation of Emitter used to store files from a Kinesis stream in S3.

View file

@ -2,7 +2,7 @@ package connector
import ( import (
"github.com/ezoic/go-kinesis" "github.com/ezoic/go-kinesis"
l4g "github.com/ezoic/sol/log4go" l4g "github.com/ezoic/log4go"
) )
// An implementation of Emitter that puts event data on S3 file, and then puts the // An implementation of Emitter that puts event data on S3 file, and then puts the