Move golang.org/x/net/context.Context interface implementation check to tests
This commit is contained in:
@ -17,8 +17,11 @@ import (
|
||||
|
||||
"github.com/manucorporat/sse"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
var _ context.Context = &Context{}
|
||||
|
||||
// Unit tests TODO
|
||||
// func (c *Context) File(filepath string) {
|
||||
// func (c *Context) Negotiate(code int, config Negotiate) {
|
||||
|
Reference in New Issue
Block a user