package
0.0.0-20240826161825-8a41a536c8b9
Repository: https://github.com/khulnasoft/meshkit.git
Documentation: pkg.go.dev
# README
Sync Go mods
go run github.com/khulnasoft/meshkit/cmd/syncmodutil < path to src go mod > < path to destination go mod >
Caveats
- Always perform a build test of destination go module after syncing to make sure that nothing breaks.
- If destination go module relied on a specific version having similar API contract but different internal logic, then you may be in trouble.