修复剪切板
@ -16,5 +16,5 @@ mysql_info:
port : 3306
username : root
password : qwer
database : apiserver_db
database : oauth_db
@ -348,7 +348,7 @@ func showStruct(g *gocui.Gui, v *gocui.View) error {
addlog(g, v)
}
copyInfo = strings.Join(out1, "")
copyInfo = strings.Join(out1, "\n")
return nil