Removing obsolete autoenv file and updating imports to match new layout
This commit is contained in:
parent
80e5b8fa5e
commit
9802fe8ca5
@ -1,2 +0,0 @@
|
||||
export GOPATH="$GOROOT:$HOME/src/box-o-sand/src/sylvilagus/go"
|
||||
test -n "$GOROOT" && source "$GOROOT/misc/bash/go"
|
@ -5,8 +5,8 @@ import (
|
||||
)
|
||||
|
||||
import (
|
||||
"github.com/meatballhat/box-o-sand/sylvilagus/go/sylvilagus"
|
||||
"github.com/streadway/amqp"
|
||||
"meatballhat.com/sylvilagus"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -7,8 +7,8 @@ import (
|
||||
)
|
||||
|
||||
import (
|
||||
"github.com/meatballhat/box-o-sand/sylvilagus/go/sylvilagus"
|
||||
"github.com/streadway/amqp"
|
||||
"meatballhat.com/sylvilagus"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user