fixed issue in packing file
This commit is contained in:
parent
d769c2ffcb
commit
51093f6240
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/packrd
|
||||
/dist
|
||||
/qrz
|
||||
*.ini
|
||||
|
@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
_ "git.paulbsd.com/paulbsd/qrz/packrd"
|
||||
"git.paulbsd.com/paulbsd/qrz/src/config"
|
||||
"git.paulbsd.com/paulbsd/qrz/src/database"
|
||||
"git.paulbsd.com/paulbsd/qrz/src/qrz"
|
||||
|
Loading…
Reference in New Issue
Block a user