formatted code via gofmt

This commit is contained in:
Shlomi Noach 2016-10-27 20:38:45 +02:00
parent 40b1d9a319
commit 5aad45e3bc
2 changed files with 0 additions and 4 deletions

View File

@ -5,8 +5,6 @@
package binlog
import ()
// BinlogReader is a general interface whose implementations can choose their methods of reading
// a binary log file and parsing it into binlog entries
type BinlogReader interface {

View File

@ -17,8 +17,6 @@ import (
"github.com/siddontang/go-mysql/replication"
)
var ()
const (
serverId = 99999
)