inflection icon indicating copy to clipboard operation
inflection copied to clipboard

Syntax error when trying to build golang docker

Open slackale opened this issue 9 months ago • 1 comments

Greetings.

CGO_ENABLED=0 go build -tags=jsoniter -o binary .

/go/src/github.com/jinzhu/inflection/inflections.go:123:24: syntax error: unexpected newline in composite literal; possibly missing comma or }

docker image version: golang:1.18, golang:1.19

Thanks.

slackale avatar Sep 13 '23 13:09 slackale