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

[Q] Is there any way to retrieve all available parameters? #115

Open xplshn opened 2 months ago

xplshn commented 2 months ago

Its for use within https://github.com/xplshn/a-utils/blob/master/cmd/getconf/getconf.go

tklauser commented 2 months ago

There currently is no way to retrieve a list of all available parameters, but I think it should fairly straight forward to implement withing the current. Would you be interested in sending a PR?

xplshn commented 2 months ago

Would you be interested in sending a PR?

If only I knew how... Anyways, thanks for the awesome library!

xplshn commented 1 month ago

Any updates on the state of this issue?