Install Dongle
masterDongle requires go version >= 1.23. You can install it using any of the following providers:
GitHub:
go get -u github.com/dromara/dongleGitee:
go get -u gitee.com/dromara/dongleGitCode:
go get -u gitcode.com/dromara/dongleNote on Repository Migration:
Dongle was donated to the dromara open-source organization. If your project uses the old path github.com/golang-module/dongle, you should update your go.mod or run the following command to replace it with the new path:
go mod edit -replace github.com/golang-module/dongle = github.com/dromara/donglego get -u github.com/dromara/dongle