mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-01-19 12:50:50 +00:00
refactor: remove makefile
This commit is contained in:
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
Block a user