diff options
Diffstat (limited to 'lay/strain/doc.go')
| -rw-r--r-- | lay/strain/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lay/strain/doc.go b/lay/strain/doc.go new file mode 100644 index 0000000..4296d70 --- /dev/null +++ b/lay/strain/doc.go @@ -0,0 +1,6 @@ +/* +Package strain uses the Cassowary algorithm to solve systems of +constraints so that screen space can be partitioned and distributed +among fields of a layout. +*/ +package strain |