Qi Xiao
|
0adf0ec147
|
Use the unix build tag.
The unix build tag is supported by Go 1.19.
|
2023-03-03 00:01:26 +00:00 |
|
Qi Xiao
|
f7cb556d9b
|
Require Go 1.18.
- Run "go fix" to remove legacy build tags
- Use staticcheck@master until it has a release that supports Go 1.18
- Turn off autocrlf for Windows tasks
|
2022-03-20 15:28:23 +00:00 |
|
Qi Xiao
|
d0be34c227
|
Run gofmt with Go 1.17.
This has created a lot of //go:build lines.
|
2021-08-23 00:19:49 +01:00 |
|
Qi Xiao
|
6ced40733c
|
pkg/eval: Fix EPIPE on Windows.
The syscall package exposes an EPIPE on Windows, but it's not what Windows APIs
return. The error number 232 is what is semantically EPIPE.
|
2021-06-18 00:45:25 +01:00 |
|