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