mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-06-10 20:07:46 +02:00
refactor: remove makefile
This commit is contained in:
@@ -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)
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user