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

Update application #3

Merged
merged 3 commits into from
May 8, 2020
Merged

Update application #3

merged 3 commits into from
May 8, 2020

Conversation

gleich
Copy link
Contributor

@gleich gleich commented May 8, 2020

  1. Added the use of go modules
  2. Unexport exported variables and functions

I just thought that these changes should be implemented before the cask is released.

}

func DisplayEvent(event tbago.Event) {
func displayEvent(event tbago.Event) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this sort of camelCase conventional for unexported functions?

Copy link
Contributor Author

@gleich gleich May 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep! When a function name starts with an uppercase character it is exported

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gleich
Copy link
Contributor Author

gleich commented May 8, 2020

Just so ya know I can't merge even if you approve because I am an outside contributor. Thanks for approving! Glad to contribute

@ErikBoesen ErikBoesen merged commit 6312fe4 into ErikBoesen:master May 8, 2020
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.

2 participants