gounmarshalmap

command
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2019 License: MIT Imports: 8 Imported by: 0

README

gounmarshalmap

Given a struct S outputs function that unmarshals a map[string]interface{} into the struct. e.g:

$ gounmarshal S

will output

(s *S) UnmarshalMap(m map[string]interface{}) (error) {
  // autogenerated code
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL