yuin / goldmark

:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
MIT License
3.68k stars 255 forks source link

help go build signal: killed #159

Closed exfly closed 3 years ago

exfly commented 4 years ago

go build -v -gcflags=all="-N -l" -o main.go

github.com/casbin/casbin/v2/util go build github.com/yuin/goldmark/util: /home/vagrant/.goenv/versions/1.14.6/pkg/tool/linux_amd64/compile: signal: killed

any idea for this?

yuin commented 4 years ago

This may be a bug in Go compiler. You can use newer versions of Go compiler(1.15.x).