7 lines
185 B
Go
7 lines
185 B
Go
package main
|
|
|
|
type HDiffData struct {
|
|
SourceFileName string `json:"source_file_name"`
|
|
TargetFileName string `json:"target_file_name"`
|
|
PatchFileName string `json:"patch_file_name"`
|
|
} |