go-darknet
go-darknet copied to clipboard
Update darknet package on go.dev
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)
https://sum.golang.org/lookup/github.com/lddl/[email protected] - works https://proxy.golang.org/github.com/lddl/go-darknet/@v/v1.3.7.mod - works https://proxy.golang.org/github.com/lddl/go-darknet/@latest - works
Interesting, force update can't help me lol. Still not valid:

I'm tagging this issue as a bug now
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?