LdDl / go-darknet

Go bindings for Darknet (YOLO v4 / v7-tiny / v3)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update darknet package on go.dev

Evert-Arends opened this issue · comments

Hello,

I noticed that there's quite a few versions out, but the go.dev site (https://pkg.go.dev/github.com/lddl/go-darknet) still has the broken go.mod file variant, is it at all possible to update this?
While I'm here, I want to say thank you. You made my life so much better with this project, I can't wait to convert my current setup!

Hello, thanks for warm words)

I'll take a lot into go.mod file (go mod tidy at least)

Hello,

I noticed that there's quite a few versions out, but the go.dev site (https://pkg.go.dev/github.com/lddl/go-darknet) still has the broken go.mod file variant, is it at all possible to update this? While I'm here, I want to say thank you. You made my life so much better with this project, I can't wait to convert my current setup!

Interesting.
By going to https://pkg.go.dev/github.com/LdDl/go-darknet (notice github nickname in high register) it works

Hah good eye!

Hmm, that's not supposed to happen right?