As a Golang developer, you probably have encountered import cycles. Golang does not allow import cycles. Go throws a compile-time error if it detects the import cycle in code. In this post, let’s understand how the import cycle occurs and how you can deal with them.
Read the full blog here:
https://jogendra.dev/import-cycles-in-golang-and-how-to-deal-with-them
Top comments (0)