mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-20 04:57:01 +08:00
v0.3.8
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//go:build !windows && !darwin
|
||||
|
||||
package cursor
|
||||
|
||||
import "fmt"
|
||||
|
||||
// EnsureCACertInstalled 非 Windows/macOS 平台的存根实现
|
||||
func EnsureCACertInstalled(_ []byte, certPath string) error {
|
||||
return fmt.Errorf("ensureCACertInstalled: 当前平台暂不支持,certPath=%s", certPath)
|
||||
}
|
||||
Reference in New Issue
Block a user