haxpax / gosms

:mailbox_closed: Your own local SMS gateway in Go
GNU General Public License v2.0
1.45k stars 154 forks source link

undefined: gosms.GSMModem #3

Closed demogorgonz closed 9 years ago

demogorgonz commented 9 years ago
~/Desktop/go/src/github.com/haxpax/gosms/dashboard$ go build
# github.com/haxpax/gosms/dashboard
./main.go:36: undefined: gosms.GSMModem

Any idea :octocat: ?

Omie commented 9 years ago

Sorry about this, looks like someone cough @madhurjain cough has pushed without testing! we will fix it as soon as we get time.

For now you may rollback to previous commit and be able to use it properly.

~/Desktop/go/src/github.com/haxpax/gosms$ git checkout -b stable 6e166e0
~/Desktop/go/src/github.com/haxpax/gosms$ go get
~/Desktop/go/src/github.com/haxpax/gosms$ cd dashboard
~/Desktop/go/src/github.com/haxpax/gosms/dashboard$ go build
~/Desktop/go/src/github.com/haxpax/gosms/dashboard$$ ./dashboard

Please let me know if you still face any issues

demogorgonz commented 9 years ago

@Omie thank you :)