返回 DeepSeek-Reasonix
git_preflight_other.go
根目录 / internal / sandbox / git_preflight_other.go
1 //go:build !darwin
2
3 package sandbox
4
5 func gitCandidatePreflight(string) bool { return true }
6
6 lines GO