refactor: remove makefile

pull/83/head
ᴍᴏᴏɴD4ʀᴋ 4 years ago
parent ca5321440a
commit 74f6d0ad4a
  1. 21
      utils/utils_linux
  2. 12
      utils/utils_test.go

@ -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…
Cancel
Save