merge upstream

This commit is contained in:
xushiwei
2024-05-20 13:51:50 +08:00
7 changed files with 333 additions and 380 deletions

Binary file not shown.

View File

@@ -30,6 +30,10 @@ func gwrite(b []byte) {
}
}
func PrintByte(v byte) {
c.Fprintf(c.Stderr, c.Str("%c"), v)
}
func PrintBool(v bool) {
if v {
PrintString("true")