Skip to content

Commit 805ee24

Browse files
authoredFeb 16, 2024··
chore: alias anyutil to any (#132)
1 parent 3f5f5eb commit 805ee24

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎any/alias.go

+11
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)
Please sign in to comment.