You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
李光春 86f04415f3
continuous-integration/drone/push Build is passing Details
- update
1 year ago
.drone.yml - init 1 year ago
.gitignore - init 1 year ago
README.md - init 1 year ago
go.mod - update 1 year ago
go.sum - update 1 year ago
gossh.go - init 1 year ago
gossh_test.go - init 1 year ago
version.go - update 1 year ago

README.md

Golang Ssh

📦 Golang Ssh

godoc goproxy.cn goreportcard.com deps.dev

安装使用

go get -v -u go.dtapp.net/gossh

导入

import (
    "go.dtapp.net/gossh"
)