Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Support Go 1.2. #1
Conversation
wallyworld
reviewed
Apr 24, 2015
| + if err != nil { | ||
| + return conn, err | ||
| + } | ||
| + if tc, ok := conn.(*net.TCPConn); ok { |
|
LGTM so long as it's been tested |
added a commit
that referenced
this pull request
Apr 24, 2015
ericsnowcurrently
merged commit b64373b
into
juju:master
Apr 24, 2015
ericsnowcurrently
deleted the
ericsnowcurrently:support-go-1.2
branch
Apr 24, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ericsnowcurrently commentedApr 23, 2015
Tested against the vmware patch.