fix clipboard
修复剪切板
This commit is contained in:
@@ -16,5 +16,5 @@ mysql_info:
|
|||||||
port : 3306
|
port : 3306
|
||||||
username : root
|
username : root
|
||||||
password : qwer
|
password : qwer
|
||||||
database : apiserver_db
|
database : oauth_db
|
||||||
|
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ func showStruct(g *gocui.Gui, v *gocui.View) error {
|
|||||||
addlog(g, v)
|
addlog(g, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
copyInfo = strings.Join(out1, "")
|
copyInfo = strings.Join(out1, "\n")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user