diff options
Diffstat (limited to 'layout/doc.go')
| -rw-r--r-- | layout/doc.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layout/doc.go b/layout/doc.go deleted file mode 100644 index 8305d43..0000000 --- a/layout/doc.go +++ /dev/null @@ -1,10 +0,0 @@ -/* -Package layout provides a Layout system for faiface/gui. - -The core of the package is the Layout interface, everything else is just -implementation. - -The Layouts represent a Layout, and the Mux makes them usable. -The Mux basically acts as a sort of driver. -*/ -package layout |