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

fix lint warning #242

Merged
merged 3 commits into from
Sep 7, 2021
Merged

fix lint warning #242

merged 3 commits into from
Sep 7, 2021

Conversation

haoel
Copy link
Contributor

@haoel haoel commented Sep 7, 2021

  • fix lint warning - exported func NewStreamVisitor returns unexported type *command.streamVisitor, which can be annoying to use
  • go 1.17 - go:build line

…type *command.streamVisitor, which can be annoying to use
Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

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

[TASK:easegress-pr-test SUCCESS]megaease/easegress Pull Request 242 Deploy Test Success

@benja-wu benja-wu added the enhancement New feature or request label Sep 7, 2021
Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

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

[TASK:easegress-pr-test SUCCESS]megaease/easegress Pull Request 242 Deploy Test Success

@benja-wu benja-wu added this to In progress in Easegress Project via automation Sep 7, 2021
@benja-wu benja-wu added this to the v1.4.0 milestone Sep 7, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2021

Codecov Report

Merging #242 (b7a2c27) into main (4749392) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  Coverage   80.12%   80.12%           
=======================================
  Files          44       44           
  Lines        4835     4835           
=======================================
  Hits         3874     3874           
  Misses        740      740           
  Partials      221      221           
Impacted Files Coverage Δ
pkg/common/signal_unix.go 100.00% <ø> (ø)
pkg/common/time_unix.go 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4749392...b7a2c27. Read the comment docs.

Copy link

@megaeasex megaeasex left a comment

Choose a reason for hiding this comment

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

[TASK:easegress-pr-test SUCCESS]megaease/easegress Pull Request 242 Deploy Test Success

Easegress Project automation moved this from In progress to Reviewer approved Sep 7, 2021
@benja-wu benja-wu merged commit 7c7dc26 into easegress-io:main Sep 7, 2021
Easegress Project automation moved this from Reviewer approved to Done Sep 7, 2021
xmh19936688 pushed a commit to xmh19936688/easegress that referenced this pull request Sep 13, 2021
* fix lint warning - exported func NewStreamVisitor returns unexported type *command.streamVisitor, which can be annoying to use

* add comment for StreamVisitor struct

* golang 1.17 : go:build style
@localvar localvar modified the milestones: v1.4.0, v1.3.0 Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants