tilezen / tapalcatl

Tapalcatl is a "metatile server", which attempts to serve individual tiles extracted from an archive in storage.
Other
14 stars 3 forks source link

Move server binary #44

Open zerebubuth opened 7 years ago

zerebubuth commented 7 years ago

The idiomatic way to do commands in Go is $PROJECT_ROOT/cmd/$COMMAND_NAME. Instead of tapalcatl_server, we should move it to cmd/tapalcatl. The change in this repo is fairly straightforward, but would also need corresponding changes in the Chef recipes.