mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
fix #558
This commit is contained in:
parent
1f7dcc4e91
commit
0c3ba714f7
@ -1,5 +1,5 @@
|
||||
// +build linux windows darwin
|
||||
// +build 386 amd64 arm
|
||||
// +build 386 amd64 arm arm64
|
||||
|
||||
package codec
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
// +build !linux,!windows,!darwin
|
||||
// +build !386,!amd64,!arm
|
||||
|
||||
package codec
|
||||
|
||||
import "errors"
|
||||
|
||||
func Init() error {
|
||||
return errors.New("not support now")
|
||||
}
|
||||
|
||||
func EncodeToSilk(record []byte, tempName string, useCache bool) ([]byte, error) {
|
||||
return nil, errors.New("not support now")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user