Use go modules

This commit is contained in:
Pijus Kamandulis
2020-04-12 03:22:00 +03:00
parent 0a08f62dfe
commit 70c3faf17e
28 changed files with 92 additions and 68 deletions

View File

@@ -5,7 +5,7 @@ import (
"io/ioutil"
"os"
checkErr "../checkErr"
checkErr "github.com/pikami/tiktok-dl/utils/checkErr"
)
type delegateString func(string)