Files
FireflyGo_Proxy/cert_other.go
T
2026-06-22 11:23:22 +07:00

8 lines
117 B
Go

//go:build !windows && !darwin && !linux
package main
func installCA(certPath string) error {
return nil
}