package server type Server struct { Host string `json:"srvhost"` Port string `json:"srvport"` NotesDir string `json:"notes_directory"` Err error }