Remove extra imports which are no longer needed

This commit is contained in:
Chris Roberts 2021-05-25 13:26:40 -07:00 committed by Paul Hinze
parent 0bd6bdd5b8
commit 2ee3f6bfd3
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -1,10 +1,5 @@
package core
import (
"github.com/hashicorp/go-plugin"
"google.golang.org/grpc"
)
type closer interface {
Closer(func() error)
}