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

[Go] rename type params in core package #269

Merged
merged 2 commits into from
May 28, 2024
Merged

[Go] rename type params in core package #269

merged 2 commits into from
May 28, 2024

Conversation

jba
Copy link
Contributor

@jba jba commented May 28, 2024

No description provided.

@jba jba requested review from randall77 and ianlancetaylor May 28, 2024 22:24
go/core/flow.go Outdated
@@ -172,7 +172,7 @@ type flowState[I, O any] struct {
FlowName string `json:"name,omitempty"`
// start time in milliseconds since the epoch
StartTime tracing.Milliseconds `json:"startTime,omitempty"`
Input I `json:"input,omitempty"`
Input I `json:"input,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't flowState change to In, Out ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@jba jba merged commit c9c6834 into main May 28, 2024
5 checks passed
@jba jba deleted the jba-core-names branch May 28, 2024 23:16
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