mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

Dependency issue with mgutz logxi #81

Open mdere-unbound opened 5 years ago

mdere-unbound commented 5 years ago

so I noticed in init.go

package dat

import (
    "fmt"
    "strconv"

    "github.com/mgutz/logxi"
)

This version doesn't have any go files at all - as soon I added v1 to it it fixed my dependecies issues

Is there suppose to be a version I am for this to reference the right v1 folder?