package hostname
// functions to import and export the protobuf
// data to and from config files
func Get() (string, error) {
hostname, err := osGetHostname()
return hostname, err
}