linter: fix doc comments issues
This commit is contained in:
parent
a6c563e039
commit
165dc9abd7
3 changed files with 4 additions and 5 deletions
|
@ -15,7 +15,7 @@ type (
|
|||
UUID = refs.UUID
|
||||
// OwnerID type alias.
|
||||
OwnerID = refs.OwnerID
|
||||
// OwnerID type alias.
|
||||
// MessageID type alias.
|
||||
MessageID = refs.MessageID
|
||||
)
|
||||
|
||||
|
|
|
@ -68,8 +68,8 @@ func (m *Container) Empty() bool {
|
|||
}
|
||||
|
||||
// -- Test container definition -- //
|
||||
|
||||
// NewTestContainer returns test container.
|
||||
//
|
||||
// WARNING: DON'T USE THIS OUTSIDE TESTS.
|
||||
func NewTestContainer() (*Container, error) {
|
||||
key := test.DecodeKey(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue