doodle/src/level
Noah a316bafb12 Reorganize the package layout
Move all Doodle source code into the src/ subpackage and move the
publicly shareable stuff into lib/, for example lib/ui and lib/render.

This cleans up the git root and helps make the Doodle UI library more
easily publishable as a separate open source project. Currently both
lib/ui and lib/render import one or two things from doodle/src that need
to be broken apart.
2018-12-30 14:22:50 -08:00
..
actors.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
base_test.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
chunk.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
chunk_map.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
chunk_test.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
chunker.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
chunker_test.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
filesystem.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
json.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
log.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
page_type.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
palette.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
swatch.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
types.go Reorganize the package layout 2018-12-30 14:22:50 -08:00