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 get with error #29

Closed
ywzhou123 opened this issue Feb 17, 2023 · 1 comment
Closed

go get with error #29

ywzhou123 opened this issue Feb 17, 2023 · 1 comment

Comments

@ywzhou123
Copy link

[root@VM-4-7-centos width]# go version
go version go1.17.12 linux/amd64

[root@VM-4-7-centos width]# go get github.com/rivo/uniseg

github.com/rivo/uniseg

/root/go/src/github.com/rivo/uniseg/properties.go:137:6: missing function body
/root/go/src/github.com/rivo/uniseg/properties.go:137:20: syntax error: unexpected [, expecting (

@rivo
Copy link
Owner

rivo commented Feb 17, 2023

uniseg requires at least Go v1.18:

https://github.com/rivo/uniseg/blob/master/go.mod

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