提交 8294ce9f 编写于 作者: 李光春's avatar 李光春

修复扩展包

上级 400dffe4
## v1.0.3 / 2021-06-26
- 修复扩展包
## v1.0.2 / 2021-06-25
- Golang SSH 隧道
......
......@@ -69,10 +69,10 @@ go get -u github.com/dtapps/dtapps/go-ssh-tunnel
package main
import (
"github.com/dtapps/dtapps/go-ssh-tunnel"
"github.com/dtapps/go-ssh-tunnel/dssh"
)
func main() {
Tunnel("root", "", ":22", ":3306", "localhost:13306")
dssh.Tunnel("root", "", ":22", ":3306", "localhost:13306")
}
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册