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:
parent
4cb3d8f33e
commit
b075280d2b
@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user