hyperledger / fabric-sdk-go

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
910 stars 510 forks source link

Use go install $pkg@$version over gobin: gobin is deprecated #232

Open kentbull opened 2 years ago

kentbull commented 2 years ago

As gobin is now deprecated (see the gobin repo README) this SDK should remove the need for gobin and replace it with the supported go install $pkg@$version command.