index
:
printdraftfast.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lex
/
type.go
blob: 3b49eee2b773839de0532d33edd8045d17fe5005 (
plain
)
1
2
3
4
5
6
7
8
9
package
lex
type
Screenplay
[]
Line
type
Line
struct
{
Type
string
Contents
string
}