Skip to content

Commit 805ee24

Browse files
authored
chore: alias anyutil to any (#132)
1 parent 3f5f5eb commit 805ee24

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

any/alias.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// package any
2+
// deprecated: use anyutil package instead
3+
package any
4+
5+
import "github.com/cosmos/cosmos-proto/anyutil"
6+
7+
var (
8+
New = anyutil.New
9+
MarshalFrom = anyutil.MarshalFrom
10+
Unpack = anyutil.Unpack
11+
)

0 commit comments

Comments
 (0)