CreateEntries creates a slice with all files in a specific directory that should be added to the archive.
The resulting value is a Entry, which maps a filepath to an archive path.
const (
// Control are package used to build source & binary Control Type = "control"
// Source are package providing Go source code Source Type = "source"
// Binary are package providing executable Binary Type = "binary"
)