Skip to content
New issue

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

Modules #3

Closed
wants to merge 8 commits into from
Closed

Modules #3

wants to merge 8 commits into from

Conversation

d5
Copy link
Owner

@d5 d5 commented Jan 15, 2019

math := import("math")
a := math.abs(-39.94) // a == 39.94

usermod1 := import("./mod1")
usermod1.foo("hello world")
  • Prebuilt modules (standard libraries)
  • Finish math module (as the first stdlib example)
  • User modules
  • Support module maps in for-in statements

@d5 d5 closed this Jan 17, 2019
mccolljr added a commit that referenced this pull request Aug 4, 2019
mccolljr added a commit that referenced this pull request Aug 4, 2019
* fix go.mod to work with the travis ci build

* fix issue with gimme and 1.12

* fix issue with gimme and 1.12 (#2)

* fix issue with gimme and 1.12 (#3)

* fix issue with gimme and 1.12 (#4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant