Removing obsolete autoenv file and updating imports to match new layout

This commit is contained in:
Dan Buch 2012-12-01 18:41:06 -05:00
parent 80e5b8fa5e
commit 9802fe8ca5
3 changed files with 2 additions and 4 deletions

View File

@ -1,2 +0,0 @@
export GOPATH="$GOROOT:$HOME/src/box-o-sand/src/sylvilagus/go"
test -n "$GOROOT" && source "$GOROOT/misc/bash/go"

View File

@ -5,8 +5,8 @@ import (
)
import (
"github.com/meatballhat/box-o-sand/sylvilagus/go/sylvilagus"
"github.com/streadway/amqp"
"meatballhat.com/sylvilagus"
)
func main() {

View File

@ -7,8 +7,8 @@ import (
)
import (
"github.com/meatballhat/box-o-sand/sylvilagus/go/sylvilagus"
"github.com/streadway/amqp"
"meatballhat.com/sylvilagus"
)
func main() {