Clever / optimus

Concurrently extract, transform, and load tables of data in Go
Apache License 2.0
34 stars 7 forks source link

move example to godoc #49

Closed rgarcia closed 8 years ago

rgarcia commented 8 years ago

If you go to the godoc for optimus/transformer you'll see a nice expandable/runnable chunk of code:

image

cc @azylman @schimmy

rgarcia commented 8 years ago

it also includes the example in tests:

=== RUN   Example_transformCSVData
--- PASS: Example_transformCSVData (0.00s)
schimmy commented 8 years ago

LGTM! Thanks @rgarcia