MCPcopy Create free account
hub / github.com/MengMengCode/GetRealityDomain / CSVWriter

Struct CSVWriter

output.go:13–16  ·  view source on GitHub ↗

CSVWriter CSV输出写入器

Source from the content-addressed store, hash-verified

11
12// CSVWriter CSV输出写入器
13type CSVWriter struct {
14 file *os.File
15 writer *csv.Writer
16}
17
18// NewCSVWriter 创建新的CSV写入器
19func NewCSVWriter(filename string) (*CSVWriter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected