This commit is contained in:
Ola Holmström
2016-05-10 21:13:28 +02:00
parent cec89bbbba
commit 5a3ec43235
3 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package melody
import "time"
// Melody configuration.
// Config melody configuration struct.
type Config struct {
WriteWait time.Duration // Milliseconds until write times out.
PongWait time.Duration // Timeout for waiting on pong.