Skip to content

Commit

Permalink
Move lic
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jul 4, 2021
1 parent c06c87b commit 2e4ab0a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions client/command/loot/rename.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
package loot

import (
"context"

"github.com/AlecAivazis/survey/v2"
"github.com/bishopfox/sliver/client/console"
"github.com/bishopfox/sliver/protobuf/clientpb"
"github.com/desertbit/grumble"
)

/*
Sliver Implant Framework
Copyright (C) 2021 Bishop Fox
Expand All @@ -27,6 +18,15 @@ import (
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

import (
"context"

"github.com/AlecAivazis/survey/v2"
"github.com/bishopfox/sliver/client/console"
"github.com/bishopfox/sliver/protobuf/clientpb"
"github.com/desertbit/grumble"
)

func LootRenameCmd(ctx *grumble.Context, con *console.SliverConsoleClient) {
loot, err := SelectLoot(ctx, con.Rpc)
if err != nil {
Expand Down

0 comments on commit 2e4ab0a

Please sign in to comment.