wesovilabs / beyond

The Go library that will drive you to AOP world!

Home Page:http://wesovilabs.github.io/beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows compiler fails

ivancorrales opened this issue · comments

GOARCH=amd64 GOOS=windows CGO_ENABLED=0 GOFLAGS=-mod=vendor go build -ldflags " -X github.com/wesovilabs/goa/goa.Commit=ee23d1c3e10e70f5788c5851204126998a408e74 -X github.com/wesovilabs/goa/goa.Version=ee23d1c -X github.com/wesovilabs/goa/goa.BuildDate=2019-11-22T15:08:09Z -X github.com/wesovilabs/goa/goa.Compiler=1.13" -o build/goa.exe main.go
github.com/wesovilabs/goa/helper
helper/copy.go:50:31: undefined: syscall.Stat_t

Already fixed