9 строки
230 B
Go
9 строки
230 B
Go
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
package missing
|
|
|
|
// SomeType is a fake interface for testing the plugin comment checker.
|
|
type SomeType interface {
|
|
}
|