Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h12w committed Jan 21, 2014
1 parent 3aa03d1 commit 60b2258
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GOSOCKS
=======
SOCKS
=====

A SOCKS (SOCKS4, SOCKS4A and SOCKS5) Proxy Package for Go

##Quick Start
###Get the package

go get -u "github.com/hailiang/gosocks"
go get -u "github.com/hailiang/socks"

###Import the package

import "github.com/hailiang/gosocks"
import "github.com/hailiang/socks"

###Create a SOCKS proxy dialing function

Expand All @@ -19,7 +19,7 @@ A SOCKS (SOCKS4, SOCKS4A and SOCKS5) Proxy Package for Go
httpClient := &http.Client{Transport: tr}

##Complete Documentation
http://go.pkgdoc.org/github.com/hailiang/gosocks
http://go.pkgdoc.org/github.com/hailiang/socks

##Alternatives
http://code.google.com/p/go/source/browse/?repo=net#hg%2Fproxy

0 comments on commit 60b2258

Please sign in to comment.