-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
lang: funcs: New simple funcs #647
base: master
Are you sure you want to change the base?
Conversation
@S-ign Okay-- to continue this learning experience, here are some lessons:
HTH |
9dbe137
to
b5cb657
Compare
@S-ign Okay, we had a fun git hackthon today, and all looks good test wise =D So what's next?
Side note: One thing you've probably learned now too is that sometimes when writing code for a new project, it's always good to check with the maintainers about the rough design of whatever you're building before you code it, in case there's a gotcha that you didn't know about. For the Make sense? LMK =D |
2319f4f
to
04f5ba6
Compare
fe2313c
to
271a94e
Compare
b8072b2
to
380004b
Compare
Tips:
please read the style guide before submitting your patch:
docs/style-guide.md
commit message titles must be in the form:
topic: Capitalized message with no trailing period
or:
topic, topic2: Capitalized message with no trailing period
or format a single golang file correctly:
Thanks for contributing to mgmt and welcome to the team!