diff options
| author | Clement Benard <contact@clementbenard.com> | 2019-07-15 15:44:34 +0200 |
|---|---|---|
| committer | Clement Benard <contact@clementbenard.com> | 2019-07-15 15:44:34 +0200 |
| commit | 736e35bd9b0c8f4f9649557e4b7a3085b4bdbe63 (patch) | |
| tree | 53c854ae5142a879a1a0076e804f210db5cb7b85 /layout/doc.go | |
| parent | 1b03644d1e0e1be27cdd22732f893d03c0e8421d (diff) | |
| download | gui-736e35bd9b0c8f4f9649557e4b7a3085b4bdbe63.zip | |
Easier and more idiomatic Layout initializing
Diffstat (limited to 'layout/doc.go')
| -rw-r--r-- | layout/doc.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/doc.go b/layout/doc.go new file mode 100644 index 0000000..8305d43 --- /dev/null +++ b/layout/doc.go @@ -0,0 +1,10 @@ +/* +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 |