diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-24 01:01:15 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-24 01:01:15 +0800 |
commit | 67af3003830c91e072a17d05fa55a1f494ce9602 (patch) | |
tree | 54dacb678b89e1ea6f9211dd3cd91008cdbc6ed6 | |
parent | fcc6f183a4122d161b0a438984f200a3b3c0dcc8 (diff) | |
parent | ccea5fa9481f86f007701bee8e8850e4fbb38ad5 (diff) | |
download | go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.tar go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.tar.gz go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.tar.bz2 go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.tar.lz go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.tar.xz go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.tar.zst go-tangerine-67af3003830c91e072a17d05fa55a1f494ce9602.zip |
Merge branch 'master' into develop
-rw-r--r-- | natpmp.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ package eth import ( - natpmp "code.google.com/p/go-nat-pmp" + //natpmp "code.google.com/p/go-nat-pmp" "fmt" "net" + + natpmp "github.com/jackpal/go-nat-pmp" ) // Adapt the NAT-PMP protocol to the NAT interface |