tklauser / go-sysconf

sysconf for Go, without using cgo
https://pkg.go.dev/github.com/tklauser/go-sysconf
BSD 3-Clause "New" or "Revised" License
141 stars 27 forks source link

Add build tags to all generated files #27

Closed tklauser closed 3 years ago

tklauser commented 3 years ago

Allow to build this package with older Go versions which don't know about certain GOOS/GOARCH combinations.

Fixes #26