Question about gleam import #1666
Unanswered
rizrmd
asked this question in
Questions & support
Replies: 1 comment 2 replies
-
Hello and welcome! The I'm afraid we don't currently have a way to find a package that contains a module, but I really like that idea :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Coming from nodejs trying to learn gleam for the first time.
In most gleam code I notice that importing a module (or a package?) is like javascript import statement. How do I know what package should I add when using an import ?
For example:
before using
import gleam/http
, what package should I add usinggleam add
?Beta Was this translation helpful? Give feedback.
All reactions