12 lines
282 B
Markdown
12 lines
282 B
Markdown
# codegen
|
|
tools to help programs write programs in golang, shell, and beyond
|
|
|
|
TLDR;
|
|
|
|
`Equal` returns `true` if two source files are _effectively_ the same. This means they are same ignoring whitespace and comments.
|
|
|
|
`Format` does some type of cannonical formatting.
|
|
|
|
more to come
|
|
|