mirror of
https://github.com/grdl/git-get.git
synced 2026-03-22 19:50:06 +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"
|
||||
Reference in New Issue
Block a user