mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-31 11:42:30 +00:00
Execution of ./scripts/fix.sh
Signed-off-by: Piotr Tabor <ptab@google.com>
This commit is contained in:
parent
cec7209fa8
commit
8961219de8
@ -7,7 +7,6 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"go.etcd.io/bbolt/internal/guts_cli"
|
|
||||||
"io"
|
"io"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"os"
|
"os"
|
||||||
@ -20,6 +19,8 @@ import (
|
|||||||
"unicode/utf8"
|
"unicode/utf8"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
|
"go.etcd.io/bbolt/internal/guts_cli"
|
||||||
|
|
||||||
bolt "go.etcd.io/bbolt"
|
bolt "go.etcd.io/bbolt"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -4,10 +4,11 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"go.etcd.io/bbolt/internal/guts_cli"
|
|
||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"go.etcd.io/bbolt/internal/guts_cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PageCommand represents the "page" command execution.
|
// PageCommand represents the "page" command execution.
|
||||||
|
@ -2,8 +2,9 @@ package surgeon
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"go.etcd.io/bbolt/internal/guts_cli"
|
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"go.etcd.io/bbolt/internal/guts_cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
func CopyPage(path string, srcPage guts_cli.Pgid, target guts_cli.Pgid) error {
|
func CopyPage(path string, srcPage guts_cli.Pgid, target guts_cli.Pgid) error {
|
||||||
|
@ -8,6 +8,7 @@ package surgeon
|
|||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"go.etcd.io/bbolt/internal/guts_cli"
|
"go.etcd.io/bbolt/internal/guts_cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user