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

Remove unnecessary +build tags #94

Closed tklauser closed 9 months ago

tklauser commented 9 months ago

The go:build tags are sufficient and the +build tags are no longer needed since switching to Go 1.18 in commit 73ea1b38cdbc ("go.mod: update to go 1.18").