goldsmith/context_file.go

7 lines
67 B
Go
Raw Normal View History

2024-02-20 06:20:10 +00:00
package goldsmith
type contextFile struct {
2024-02-22 02:59:53 +00:00
rawFile
2024-02-20 06:20:10 +00:00
index int
}