updating tools

This commit is contained in:
2024-01-27 13:53:15 -08:00
parent 14f29f88d3
commit ec18e60869
8 changed files with 425 additions and 89 deletions

12
cmd/kepfetch/main.go Normal file
View File

@@ -0,0 +1,12 @@
package main
type Kep struct {
Filename string
URL string
}
type User struct {
Name string
Directory string
Prefix string
}