NVIDIA / go-nvml

Go Bindings for the NVIDIA Management Library (NVML)
Apache License 2.0
290 stars 62 forks source link

Move dev to pkg #98

Closed elezar closed 5 months ago

elezar commented 8 months ago

This change moves the development of the non-generated bindings to pkg instead of gen as this allows the go language server to be leveraged directly.

This would address #97