Files
FireflyGo_Proxy/cert_other.go
AzenKain 9d769ed08c
Some checks failed
Build and Release / release (push) Failing after 26s
init
2025-12-12 17:37:34 +07:00

8 lines
110 B
Go

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