Browse Source

Fixed imports

main 1.0.1
Unbewohnte 3 years ago committed by GitHub
parent
commit
85abc24772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      main.go

8
main.go

@ -12,10 +12,10 @@ import (
"github.com/nsf/termbox-go"
"./audio"
"./extractor"
"./jsonData"
"./processor"
"github.com/unbewohnte/VideoToAscii/audio"
"github.com/unbewohnte/VideoToAscii/extractor"
"github.com/unbewohnte/VideoToAscii/jsonData"
"github.com/unbewohnte/VideoToAscii/processor"
)
var (

Loading…
Cancel
Save