mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-15 21:07:50 +00:00
13 lines
191 B
Go
13 lines
191 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
|
|
// json Unmarshal with error
|
|
// 0.2.3
|
|
const (
|
|
VERSION = "0.3.0"
|
|
)
|