From 4a23bb976111bb9932529ede60338a4538484314 Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Fri, 2 Jun 2017 16:09:37 +0800 Subject: [PATCH] Fix typo Signed-off-by: Zhang Wei --- plugin/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/plugin.go b/plugin/plugin.go index 6310e9019..26d89d917 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -27,7 +27,7 @@ type Registration struct { Init func(*InitContext) (interface{}, error) } -// TODO(@crosbymichael): how to we keep this struct from growing but support dependency injection for loaded plugins? +// TODO(@crosbymichael): how do we keep this struct from growing but support dependency injection for loaded plugins? type InitContext struct { Root string State string