Skip to content

Commit

Permalink
Change shadowsocks package import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Dec 10, 2012
1 parent 1251447 commit b65a437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/shadowsocks-local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"
"net"
"github.com/cyfdecyf/shadowsocks-go/shadowsocks"
"github.com/shadowsocks/shadowsocks-go/shadowsocks"
)

func handleConnection(conn net.Conn, server string) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/shadowsocks-server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"log"
"net"
"github.com/cyfdecyf/shadowsocks-go/shadowsocks"
"github.com/shadowsocks/shadowsocks-go/shadowsocks"
)

func handleConnection(conn shadowsocks.Conn) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/shadowsocks-test/test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/cyfdecyf/shadowsocks-go/shadowsocks"
"github.com/shadowsocks/shadowsocks-go/shadowsocks"
"log"
)

Expand Down

0 comments on commit b65a437

Please sign in to comment.