gridsq/cmd/kepfetch/main.go

13 lines
144 B
Go
Raw Permalink Normal View History

2024-01-27 21:53:15 +00:00
package main
type Kep struct {
Filename string
URL string
}
type User struct {
Name string
Directory string
Prefix string
}