Attempting to collapse package up a level

since I'm not feeling like I'm going to tackle this in another
language... yet.
This commit is contained in:
Dan Buch 2012-12-11 18:28:10 -05:00
parent f22abc0430
commit df55a809f1
4 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
LIBS := \
github.com/meatballhat/box-o-sand/conway/go
github.com/meatballhat/box-o-sand/conway
TARGETS := \
$(LIBS) \
github.com/meatballhat/box-o-sand/conway/go/conways-game-of-life
github.com/meatballhat/box-o-sand/conway/conways-game-of-life
all: deps build

View File

@ -7,7 +7,7 @@ import (
)
import (
. "github.com/meatballhat/box-o-sand/conway/go"
. "github.com/meatballhat/box-o-sand/conway"
)
var TEST_SIMPLE_INITIAL_STATE = NewGameState(16, 16)

View File

@ -8,7 +8,7 @@ import (
)
import (
. "github.com/meatballhat/box-o-sand/conway/go"
. "github.com/meatballhat/box-o-sand/conway"
)
var (