mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Merge pull request #57 from actown/travis_go14
Have Travis CI test on go 1.14.x.
This commit is contained in:
commit
7abdd84378
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.9
|
- 1.9
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
- 1.14.x
|
||||||
|
|
||||||
go_import_path: mumble.info/grumble
|
go_import_path: mumble.info/grumble
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ func (client *Client) IsVerified() bool {
|
||||||
|
|
||||||
// Log a panic and disconnect the client.
|
// Log a panic and disconnect the client.
|
||||||
func (client *Client) Panic(v ...interface{}) {
|
func (client *Client) Panic(v ...interface{}) {
|
||||||
client.Print(v)
|
client.Print(v...)
|
||||||
client.Disconnect()
|
client.Disconnect()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue