go-sysinfo icon indicating copy to clipboard operation
go-sysinfo copied to clipboard

[v2] Move providers/ to internal/providers

Open andrewkroh opened this issue 1 year ago • 0 comments

The github.com/elastic/go-sysinfo/providers/packages should be treated as internal, and I'd like to make this official by moving them to internal/providers in the next "v2" major release (timeline TBD). This way, the only API surface is the top-level API. This will give us more flexibility in refactoring and force users to go through the front door as it was designed.

andrewkroh avatar Aug 22 '24 20:08 andrewkroh