-
Notifications
You must be signed in to change notification settings - Fork 769
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
Rubicon: Update segtax logic #4224
base: master
Are you sure you want to change the base?
Conversation
…ax-logic # Conflicts: # go.sum
…ax-logic # Conflicts: # adapters/rubicon/rubicon.go
…ax-logic # Conflicts: # go.mod
Reverting reverted PR: #3915 |
Code coverage summaryNote:
rubiconRefer here for heat map coverage report
|
This error again... But I found the reason: since |
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 h1:zN2lZNZRflqFyxVaTIU61KNKQ9C0055u9CAfpmqUvo4= | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3/go.mod h1:nPpo7qLxd6XL3hWJG/O60sR8ZKfMCiIoNap5GvD12KU= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I safely delete these lines? The editor told me "The file should not be edited as it's intended to be used by Go tools only." XD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can safely remove them since you added them as part of this change so they aren't on master. You can also run go mod tidy
and that should remove just those two lines as I just tried it.
No description provided.