1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-06-19 14:05:03 +08:00

fix build

This commit is contained in:
wdvxdr 2021-01-13 11:22:59 +08:00
parent 4cb3d8f33e
commit b075280d2b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ package codec
import "errors" import "errors"
func Init() error { func Init(cachePath, codecPath string) error {
return errors.New("Unsupport arch now") return errors.New("Unsupport arch now")
} }

View File

@ -4,7 +4,7 @@ package codec
import "errors" import "errors"
func Init() error { func Init(cachePath, codecPath string) error {
return errors.New("not support now") return errors.New("not support now")
} }