Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Modify interfaces to support JSON objects for args #1

Merged
merged 4 commits into from
Oct 30, 2014
Merged

Conversation

nzwalker
Copy link

No description provided.

nzwalker pushed a commit that referenced this pull request Oct 30, 2014
Modify interfaces to support JSON objects for args
@nzwalker nzwalker merged commit 0deb06e into master Oct 30, 2014
@@ -34,6 +34,10 @@ func Init() error {
return nil
}

func GetLogger() seelog.LoggerInterface {
Copy link

Choose a reason for hiding this comment

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

Go getters shouldn't include the Get part, i.e. this should be Logger.
https://golang.org/doc/effective_go.html#Getters

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants