From fe763851e861e135f5d937982cbbf238415b25df Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 27 Nov 2017 19:14:47 +0900 Subject: [PATCH] ing --- context/attributes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/attributes.go b/context/attributes.go index 034086e..9c78e91 100644 --- a/context/attributes.go +++ b/context/attributes.go @@ -2,7 +2,7 @@ package context import "sync" -type Attributer interface { +type AttributeManager interface { Attributes() Attributes }