mirror of
https://github.com/grdl/git-get.git
synced 2026-02-15 03:30:15 +00:00
Refactor pkg directory back
This commit is contained in:
@@ -2,12 +2,11 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/cfg"
|
||||
"git-get/git"
|
||||
"git-get/path"
|
||||
"git-get/print"
|
||||
"git-get/pkg/cfg"
|
||||
"git-get/pkg/git"
|
||||
"git-get/pkg/path"
|
||||
"git-get/pkg/print"
|
||||
"os"
|
||||
|
||||
pathpkg "path"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
@@ -2,7 +2,7 @@ package git
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/cfg"
|
||||
"git-get/pkg/cfg"
|
||||
|
||||
"github.com/go-git/go-git/v5/plumbing"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package git
|
||||
|
||||
import (
|
||||
"git-get/cfg"
|
||||
"git-get/pkg/cfg"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
@@ -2,7 +2,7 @@ package path
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"git-get/git"
|
||||
"git-get/pkg/git"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
@@ -2,8 +2,8 @@ package path
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/cfg"
|
||||
"git-get/git"
|
||||
"git-get/pkg/cfg"
|
||||
"git-get/pkg/git"
|
||||
"os"
|
||||
"sort"
|
||||
"strings"
|
||||
@@ -1,7 +1,7 @@
|
||||
package path
|
||||
|
||||
import (
|
||||
"git-get/cfg"
|
||||
"git-get/pkg/cfg"
|
||||
urlpkg "net/url"
|
||||
"path"
|
||||
"regexp"
|
||||
@@ -1,7 +1,7 @@
|
||||
package path
|
||||
|
||||
import (
|
||||
"git-get/cfg"
|
||||
"git-get/pkg/cfg"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -2,7 +2,7 @@ package print
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/git"
|
||||
"git-get/pkg/git"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
)
|
||||
@@ -2,7 +2,7 @@ package print
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/git"
|
||||
"git-get/pkg/git"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package print
|
||||
|
||||
import (
|
||||
"git-get/git"
|
||||
"git-get/pkg/git"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
@@ -2,7 +2,7 @@ package print
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git-get/git"
|
||||
"git-get/pkg/git"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
Reference in New Issue
Block a user