Log current working directory.

This commit is contained in:
Barold 2020-11-25 13:38:39 +02:00
parent 37ac0bad84
commit 610c8c7acd
2 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func main() {
if err != nil {
fmt.Println(err)
}
fmt.Println("Resolved working directory to: " + mydir)
//fmt.Println("Grabbing list of pages...")
if _, err := os.Stat(mydir + "/issue/"); os.IsNotExist(err) {
os.Mkdir(mydir+"/issue/", os.ModeDir)

Binary file not shown.