Skip to content

Commit

Permalink
chore: alias anyutil to any (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 16, 2024
1 parent 3f5f5eb commit 805ee24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions any/alias.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// package any
// deprecated: use anyutil package instead
package any

import "github.com/cosmos/cosmos-proto/anyutil"

var (
New = anyutil.New
MarshalFrom = anyutil.MarshalFrom
Unpack = anyutil.Unpack
)

0 comments on commit 805ee24

Please sign in to comment.