Merge pull request #87 from tetheredge/fix-example

fix import statement in the example to the correct repo name
This commit is contained in:
Thomas Jager
2016-11-08 13:59:05 +01:00
committed by GitHub

View File

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