diff options
author | Joop Kiefte <ikojba@gmail.com> | 2019-01-12 12:43:53 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2019-01-12 12:43:53 +0100 |
commit | d7978b513fabcbad8d28451373fe4a25e0ef30c9 (patch) | |
tree | 83c6c3b3c137819304a825547505ca9d6f0686b7 | |
parent | a8f6d1543f616d3216b094c64a04e4bafe9f03b2 (diff) |
Add description of the rules package
-rw-r--r-- | rules/rules.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/rules.go b/rules/rules.go index 7537e36..a90e11e 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -1,3 +1,4 @@ +// The rules package of Lexington provides the tools around configuration of how a screenplay should look. The default should work but can be adjusted for a personal touch.. package rules type Format struct { |