From 1e66637cd206066bced74b637e62283d9b367004 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 10 Jun 2014 14:59:39 -0400 Subject: More go fmt. --- control.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'control.go') diff --git a/control.go b/control.go index d565adc..90ea014 100644 --- a/control.go +++ b/control.go @@ -2,10 +2,6 @@ package ui -import ( - // ... -) - // A Control represents an UI control. Note that Control contains unexported members; this has the consequence that you can't build custom controls that interface directly with the system-specific code (fo rinstance, to import an unsupported control), or at least not without some hackery. If you want to make your own controls, create an Area and provide an AreaHandler that does what you need. type Control interface { make(window *sysData) error -- cgit v1.2.3