linter: fix doc comments issues

This commit is contained in:
Evgeniy Kulikov 2019-11-21 12:34:54 +03:00
parent a6c563e039
commit 165dc9abd7
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
3 changed files with 4 additions and 5 deletions

View file

@ -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)