Skip to content

tarumes/goblin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Usage Examples

func main {

	var testData struct {
		Hello []string
	} = struct{ Hello []string }{
		[]string{"World", "world"},
	}

	err := GOBWrite("test.go", testData)
	if err != nil {
		log.Error(err)
	}

	err = GOBRead("test.go", &testData)
	if err != nil {
		log.Error(err)
	}
}

About

easy Read/Write gob files with golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages