Files
diachron/master/filechange.go
2026-01-01 12:30:58 -06:00

7 lines
77 B
Go

package main
type FileChange struct {
Path string
Operation string
}