зеркало из https://github.com/mozilla/mig.git
[minor] update location of scribe package
This commit is contained in:
Родитель
5883a9f7e9
Коммит
87ef301263
|
@ -9,12 +9,13 @@ package pkg /* import "mig.ninja/mig/modules/pkg" */
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
scribelib "github.com/mozilla/scribe/src/scribe"
|
||||
"io"
|
||||
"mig.ninja/mig/modules"
|
||||
"regexp"
|
||||
"runtime"
|
||||
"time"
|
||||
|
||||
scribelib "github.com/mozilla/scribe"
|
||||
"mig.ninja/mig/modules"
|
||||
)
|
||||
|
||||
var stats Statistics
|
||||
|
|
|
@ -10,9 +10,10 @@ import (
|
|||
"bufio"
|
||||
"flag"
|
||||
"fmt"
|
||||
scribelib "github.com/mozilla/scribe/src/scribe"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
scribelib "github.com/mozilla/scribe"
|
||||
)
|
||||
|
||||
func printHelp(isCmd bool) {
|
||||
|
|
|
@ -11,13 +11,14 @@ import (
|
|||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
scribelib "github.com/mozilla/scribe/src/scribe"
|
||||
"io"
|
||||
"mig.ninja/mig/modules"
|
||||
"mig.ninja/mig/modules/file"
|
||||
"runtime"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
scribelib "github.com/mozilla/scribe"
|
||||
"mig.ninja/mig/modules"
|
||||
"mig.ninja/mig/modules/file"
|
||||
)
|
||||
|
||||
var stats statistics
|
||||
|
|
Загрузка…
Ссылка в новой задаче