package model // DataDirPerm the default filesystem permissions for the data directory/archives const DataDirPerm = 0744 // DatabaseDateFormat the string formatting of datetimes for the database const DatabaseDateFormat = "2006-01-02 15:04:05"