parent
ca5321440a
commit
74f6d0ad4a
@ -1,21 +0,0 @@ |
||||
//package utils |
||||
// |
||||
|
||||
//var ( |
||||
// browserList = map[string]struct { |
||||
// Dir string |
||||
// Command string |
||||
// }{ |
||||
// "chrome": { |
||||
// chromeDir, |
||||
// Chrome, |
||||
// }, |
||||
// "edge": { |
||||
// edgeDir, |
||||
// Edge, |
||||
// }, |
||||
// } |
||||
//) |
||||
|
||||
|
||||
|
@ -1,12 +0,0 @@ |
||||
package utils |
||||
|
||||
import ( |
||||
"fmt" |
||||
"testing" |
||||
) |
||||
|
||||
func TestTimeEpochFormat(t *testing.T) { |
||||
dateAdded := int64(13220074277028707) |
||||
s := TimeEpochFormat(dateAdded) |
||||
fmt.Println(s) |
||||
} |
Loading…
Reference in new issue