Skip to content

Commit

Permalink
Merge pull request #15 from lukebeer/master
Browse files Browse the repository at this point in the history
Updated package location for net/websocket
  • Loading branch information
sirnewton01 committed Jul 9, 2018
2 parents 650a3b4 + 98a3483 commit 46f41e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godbg.go
Expand Up @@ -5,7 +5,7 @@
package main

import (
"code.google.com/p/go.net/websocket"
"golang.org/x/net/websocket"
"crypto/tls"
"encoding/json"
"errors"
Expand Down

0 comments on commit 46f41e6

Please sign in to comment.