Skip to content

Commit bdf452c

Browse files
committed
Fix package name
1 parent 0a557b5 commit bdf452c

10 files changed

+10
-10
lines changed

logger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"log"

op.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"time"

ops_dispatcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"time"

ops_executor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"errors"

ops_executor_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"fmt"

ops_reader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"bufio"

ops_reader_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"bytes"

stats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"math/rand"

stats_analyser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"sort"

stats_analyser_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package replay
1+
package flashback
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)