updating tools
This commit is contained in:
12
cmd/kepfetch/main.go
Normal file
12
cmd/kepfetch/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
type Kep struct {
|
||||
Filename string
|
||||
URL string
|
||||
}
|
||||
|
||||
type User struct {
|
||||
Name string
|
||||
Directory string
|
||||
Prefix string
|
||||
}
|
||||
Reference in New Issue
Block a user