Skip to content

hhhapz/diffgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffgen

A tool to code generate the differences between two Go structs using compile-time generated code.

Usage of diffgen:
	diffgen [flags] -type T [directory]
Flags:
  -output string
    	output file name; default srcdir/<type>_diffgen.go
  -skip
    	skip unhandled or unknown types instead of failing
  -type string
    	the source type to generate the diff from

About

A tool to code generate the differences between two Go structs using compile-time generated code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages