Change path for local deps.

This commit is contained in:
Barold 2020-02-24 20:22:47 +02:00
parent 0ac885bca7
commit 87f0ed570d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"LibraryDto" "./src/LibraryDto"
"LoginDto" "./src/LoginDto"
"bytes" "bytes"
"encoding/json" "encoding/json"
"flag" "flag"