Skip to content

Commit

Permalink
fix: remove all method signature in keys/client
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 20, 2023
1 parent 173978b commit 68dc091
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions tm2/pkg/crypto/keys/client/deprecated.go
Original file line number Diff line number Diff line change
@@ -1,21 +1,2 @@
//go:build deprecated

// Deprecated: Please use 'gno.land/pkg/keycli'
package client

import "github.com/gnolang/gno/tm2/pkg/commands"

// Deprecated: NewRootCmd is deprecated and has been moved in
// `gno.land/pkg/keycli`. Please update your code to use the new package. This
// function now only serves as a placeholder and will panic if called to
// encourage migration.
func NewRootCmd(io commands.IO) *commands.Command {
panic("NewRootCmd: has been deprecated, use `gno.land/pkg/keycli` instead")
}

// Deprecated: NewRootCmdWithBaseConfig as has been moved in
// `gno.land/pkg/keycli`. Please update your code to use the new package. This
// function now only serves as a placeholder and will panic if called to
// encourage migration.
func NewRootCmdWithBaseConfig(io commands.IO, cfg interface{}) *commands.Command {
panic("NewRootCmdWithBaseConfig: has been deprecated, use `gno.land/pkg/keycli` instead")
}

0 comments on commit 68dc091

Please sign in to comment.