package models type Files []File // input model for converter type File struct { Input string Output string }