Merge branch 'main' into v2

This commit is contained in:
Tree Xie 2022-06-18 09:21:53 +08:00 committed by GitHub
commit 6568f1d046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -114,5 +114,6 @@ func main() {
err = writeFile(buf)
if err != nil {
panic(err)
}
}
}
)