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

Refactor Agent (Again) #29

Merged
merged 20 commits into from Oct 17, 2019
Merged

Refactor Agent (Again) #29

merged 20 commits into from Oct 17, 2019

Conversation

KCarretto
Copy link
Owner

No description provided.

"go.uber.org/zap"
)

type Receiver struct {

Choose a reason for hiding this comment

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

[golint] reported by reviewdog 🐶
exported type Receiver should have comment or be unexported

Log *zap.Logger
}

func (r Receiver) Receive(w agent.MessageWriter, msg agent.ServerMessage) {

Choose a reason for hiding this comment

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

[golint] reported by reviewdog 🐶
exported method Receiver.Receive should have comment or be unexported

@KCarretto KCarretto merged commit cdb0208 into master Oct 17, 2019
@KCarretto KCarretto deleted the c2 branch October 17, 2019 01:06
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.

None yet

2 participants