Import paths now match the repository name

This commit is contained in:
khlieng 2015-01-21 22:59:08 +01:00
parent f42d6011c6
commit e1cb8c468d
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import (
"golang.org/x/net/websocket"
"github.com/khlieng/irc/storage"
"github.com/khlieng/name_pending/storage"
)
func handleWS(ws *websocket.Conn) {