返回 DeepSeek-Reasonix
source_flags_other.go
根目录 / internal / attachment / source_flags_other.go
1 //go:build !unix
2
3 package attachment
4
5 import "os"
6
7 const imageReadFlags = os.O_RDONLY
8
8 lines GO