update import path

This commit is contained in:
Tim Cooper
2016-12-24 13:21:10 -04:00
parent c15344203a
commit e63f8f98b8
15 changed files with 29 additions and 32 deletions

View File

@@ -1,13 +1,13 @@
package barnard
package barnard // import "layeh.com/barnard"
import (
"fmt"
"net"
"os"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleopenal"
"github.com/layeh/gumble/gumbleutil"
"layeh.com/gumble/gumble"
"layeh.com/gumble/gumbleopenal"
"layeh.com/gumble/gumbleutil"
)
func (b *Barnard) start() {