Documentation ¶ Index ¶ Constants func CreateZip(contents map[string]io.Reader) ([]byte, error) Constants ¶ View Source const ( // DefaultSettingsJSON is the JSON representation of a problem with just one // case called "0". DefaultSettingsJSON = `` /* 319-byte string literal not displayed */ ) Variables ¶ This section is empty. Functions ¶ func CreateZip ¶ func CreateZip( contents map[string]io.Reader, ) ([]byte, error) CreateZip creates a .zip file from the given file contents. Types ¶ This section is empty. Source Files ¶ View all Source files zip.go Click to show internal directories. Click to hide internal directories.