facebookincubator/dhcplb

Update the "Requirements" category section to latest way of installing libraries

aravindb26 opened this issue · 7 comments

$ go get github.com/fsnotify/fsnotify
$ go get github.com/golang/glog
$ go get github.com/facebookgo/ensure
$ go get github.com/hashicorp/golang-lru
$ go get github.com/insomniacslk/dhcp/dhcpv4
$ go get github.com/insomniacslk/dhcp/dhcpv6
$ go get golang.org/x/time/rate

Update it to:
go install example.com/cmd@latest for an easy installation.

Done, thanks!

Welcome ☺️

@pzmarzly Can we consider these as a bug? because many small developers can't understand how to install it and give up in middle. It has an Impact know??

@pzmarzly are you available? Can you consider it under bug?

No. BTW back when the code was being written, go install didn't exist (it was introduced Go 1.16, so Feb 2021). Tech debt? Yeah, kinda, we could have revisited our projects after upgrading to Go 1.16.

@pzmarzly oh ok, It's fine

But also I read in policy that causing difficulty in installation of the tool also considered as bug know? I mean insecure installation
pr