We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib
libs
The documentation on requiring files need to be changed to lib instead of libs.
I have a push request for this in the works that also clarifies how to get require to use the right path since it took me a while to get it right.
require
For reference, see crystal-lang/crystal#321 and crystal-lang/crystal/pull/2788.
The text was updated successfully, but these errors were encountered:
Clarify require docs and change libs to lib, fixes #151
32e7aab
Successfully merging a pull request may close this issue.
The documentation on requiring files need to be changed to
lib
instead oflibs
.I have a push request for this in the works that also clarifies how to get
require
to use the right path since it took me a while to get it right.For reference, see crystal-lang/crystal#321 and crystal-lang/crystal/pull/2788.
The text was updated successfully, but these errors were encountered: