Merge pull request #15261 from LK4D4/fix_fluentd_vendor

Fix vendoring for fluent-logger-golang
This commit is contained in:
Jessie Frazelle 2015-08-03 16:13:05 -07:00
commit 8d3bc4b98c
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ package fluent
import (
"errors"
"fmt"
"io"
"math"
"net"
"reflect"
@ -33,7 +34,7 @@ type Config struct {
type Fluent struct {
Config
conn net.Conn
conn io.WriteCloser
pending []byte
reconnecting bool
mu sync.Mutex

View File

@ -1,3 +1,3 @@
package fluent
const Version = "0.5.1"
const Version = "1.0.0"