mirror of
https://github.com/pikami/tiktok-dl.git
synced 2026-01-07 11:35:14 +00:00
Use go modules
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
config "../../models/config"
|
||||
config "github.com/pikami/tiktok-dl/models/config"
|
||||
)
|
||||
|
||||
// Log - Write to std out
|
||||
|
||||
Reference in New Issue
Block a user