Playing with generic maps

This commit is contained in:
Dan Buch
2012-12-25 00:07:26 -05:00
parent c8b4612c2e
commit 887919098f
2 changed files with 38 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ TARGETS = \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/exercise-rot13-reader \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/exercise-slices \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/exercise-sqrt \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/generic-maps \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/goroutines \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/hello-web \
github.com/meatballhat/box-o-sand/gotime/gotour-artifacts/maps \