grottohub / glyph

A purely Gleam Discord library built from the ground up with stratus.
24 stars 4 forks source link

Modules are not namespaced #1

Closed lpil closed 3 months ago

lpil commented 3 months ago

Hello!

Your modules are not within your namespace so you are at risk of collisions with other packages that could declare modules with the same name. It is recommended that all modules of a package start with the name of the package, so here the code should be in the src/glyph/ directory.

Thanks, Louis