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

undefined: indent #286

Closed
xuanlongvts opened this issue Nov 22, 2023 · 1 comment
Closed

undefined: indent #286

xuanlongvts opened this issue Nov 22, 2023 · 1 comment

Comments

@xuanlongvts
Copy link

i have an issue when i run: go run ./cmd/grpcui/grpcui.go -plaintext localhost:9019

cmd/grpcui/grpcui.go:756:38: undefined: indent

@dragonsinth
Copy link
Member

You need to run the entire package: go run ./cmd/grpcui not just the singular file.

That being said, we could probably rip out the old Go 1.9 support...

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

No branches or pull requests

2 participants