mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-16 05:17:52 +00:00
11 lines
153 B
Go
11 lines
153 B
Go
package g
|
|
|
|
// changelog:
|
|
// 0.1 fisrt version
|
|
// 0.1.2 fix ssh error on h3c switch
|
|
// 0.2
|
|
// 0.2.1
|
|
// add write locate file
|
|
const (
|
|
VERSION = "0.2.2"
|
|
)
|