go-cmd / cmd

Non-blocking external commands in Go with streaming output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the replacement of "+build" to "go:build" needs a change of go version in go mod

ihipop opened this issue · comments

#80

This PR replace "+build" to "go:build", but the go.mod still claim that

cmd/go.mod

Line 3 in fa11d77

go 1.17
it supports go 1.17 which will cause this error

image

please change it to go 1.17+

reference: https://stackoverflow.com/a/72455753