chore: fix godoc comments for functions and structs (#24736)
This commit is contained in:
@@ -4,9 +4,10 @@ import (
|
||||
"github.com/cosmos/gogoproto/proto"
|
||||
)
|
||||
|
||||
// Deprecated: AminoCodec defines a codec that utilizes Codec for both binary and JSON
|
||||
// AminoCodec defines a codec that utilizes Codec for both binary and JSON
|
||||
// encoding. Any usage of amino should be done using the LegacyAmino type directly.
|
||||
// Usage of amino with the Codec type is not well-supported and may be removed in the future.
|
||||
//
|
||||
// Deprecated: Usage of amino with the Codec type is not well-supported and may be removed in the future.
|
||||
type AminoCodec struct {
|
||||
*LegacyAmino
|
||||
}
|
||||
|
||||
@@ -4,9 +4,6 @@ import (
|
||||
gogoany "github.com/cosmos/gogoproto/types/any"
|
||||
)
|
||||
|
||||
// Deprecated: this is no longer used for anything.
|
||||
var Debug = true
|
||||
|
||||
// AminoUnpacker is an alias for github.com/cosmos/gogoproto/types/any.AminoUnpacker.
|
||||
type AminoUnpacker = gogoany.AminoUnpacker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user