Skip to content

ahmetask/gocsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

Supported Field Types

type AnyStruct struct {
	F1 *string
	//...
}
type MyStruct struct {
	F1 []string
	F2 int
	F3 *int
	F4 int64
	F5 *int64
	F6 uint64
	F7 *uint64
	F8 string
	F9 *string
	F10 AnyStruct
	F11 *AnyStruct
	F12 *bool
	F13 bool
	F14 *float64
	F16 float64
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages