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

cmd/gofmt: inconsistent formatting of three-index slice expression #22111

Closed
griesemer opened this issue Oct 2, 2017 · 2 comments
Closed

cmd/gofmt: inconsistent formatting of three-index slice expression #22111

griesemer opened this issue Oct 2, 2017 · 2 comments
Milestone

Comments

@griesemer
Copy link
Contributor

func f(x []int, i, j, k int) []int {
	return x[i:j : k+1]
}
@griesemer griesemer added this to the Go1.10 milestone Oct 2, 2017
@griesemer griesemer self-assigned this Oct 2, 2017
@griesemer
Copy link
Contributor Author

cc: @randall77

@gopherbot
Copy link

Change https://golang.org/cl/67633 mentions this issue: go/printer: fix formatting of three-index slice expression

@golang golang locked and limited conversation to collaborators Oct 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants