AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 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