package naviscore import "errors" // Placeholder until unified gomobile NavisCore ships Xray+Hy2 in one Go runtime. // The shipping iOS appex uses LibXray.xcframework for Xray; Hy2 cannot link a second Go core. func startHysteria2(configPath string) (func() error, error) { _ = configPath return nil, errors.New("hysteria2: use unified NavisCore build (conflicts with LibXray Go runtime)") }