diff options
Diffstat (limited to 'controller.go')
-rw-r--r-- | controller.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.go b/controller.go index 020ea4dd..2079f052 100644 --- a/controller.go +++ b/controller.go @@ -13,4 +13,4 @@ type Controller interface { type Attacher interface { // Attach attaches controller to the service. Attach(c Controller) -}
\ No newline at end of file +} |