Merge pull request #87 from tetheredge/fix-example

fix import statement in the example to the correct repo name
Цей коміт міститься в:
Thomas Jager
2016-11-08 13:59:05 +01:00
зафіксовано GitHub
джерело 01d32de186 0d77e6970c
коміт 9fa6da3c5c

Переглянути файл

@@ -1,7 +1,7 @@
package main
import (
"github.com/thoja/go-ircevent"
"github.com/thoj/go-ircevent"
"crypto/tls"
"fmt"
)