goimportcycle icon indicating copy to clipboard operation
goimportcycle copied to clipboard

Tooling for Go import cycles

Results 3 goimportcycle issues
Sort by recently updated
recently updated
newest added

simply return to prevent panic

Hi, I ran the tool against my code base but it crashed, here's the error for reference ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...

Hi, ```console parametalol@home:mygoproject$ go version go version go1.22.7 linux/amd64 parametalol@home:mygoproject$ head go.mod module github.com/mygoproject go 1.22.5 parametalol@home:mygoproject$ goimportcycle -path . -dot imports.dot panic: runtime error: invalid memory address or nil...