]> git.0d.be Git - barnard.git/blobdiff - barnard.go
change license, update gumbleopenal package name
[barnard.git] / barnard.go
index 4b0045e1802d90de678d64ac89f248130b0e1b3c..949c14dd80e3db9e383299956dd248cbe8f29d28 100644 (file)
@@ -3,14 +3,14 @@ package barnard
 import (
        "github.com/layeh/barnard/uiterm"
        "github.com/layeh/gumble/gumble"
-       "github.com/layeh/gumble/gumble_openal"
+       "github.com/layeh/gumble/gumbleopenal"
 )
 
 type Barnard struct {
        Config *gumble.Config
        Client *gumble.Client
 
-       Stream *gumble_openal.Stream
+       Stream *gumbleopenal.Stream
 
        Ui            *uiterm.Ui
        UiOutput      uiterm.Textview