gridsq/cmd/kepfetch/main.go

13 lines
144 B
Go

package main
type Kep struct {
Filename string
URL string
}
type User struct {
Name string
Directory string
Prefix string
}