fix: modify interface check way (#3327)
This commit is contained in:
@ -30,7 +30,7 @@ import (
|
||||
"google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
||||
var _ context.Context = &Context{}
|
||||
var _ context.Context = (*Context)(nil)
|
||||
|
||||
// Unit tests TODO
|
||||
// func (c *Context) File(filepath string) {
|
||||
|
Reference in New Issue
Block a user