mcr update and readme (#9)
All checks were successful
code scans / scans (push) Successful in 24s

Reviewed-on: #9
Co-authored-by: jake <jake.young.dev@gmail.com>
Co-committed-by: jake <jake.young.dev@gmail.com>
This commit is contained in:
2025-05-31 15:11:03 +00:00
committed by jake
parent 49c508aae7
commit 58ece42142
4 changed files with 20 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ import (
*/
type Client struct {
cli *mcr.Client
cli mcr.Client
}
type IClient interface {