Skip to content

goqueue v2.0.0

Choose a tag to compare

@Irtesaam Irtesaam released this 27 Sep 11:37
· 4 commits to master since this release
Fix: Use proper GitHub module path to resolve import issues

- Changed module from 'goqueue' to 'github.com/Irtesaam/goqueue'
- Updated all internal imports to use full GitHub path
- This prevents Go from looking for packages in standard library
- Module path now matches repository structure