mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-29 06:01:57 -04:00
This library implements the user-specific directory layout specifications for various platforms (XDG on Unix, "Known Folders" on Windows, etc). We'll use this in a subsequent commit to add additional system-specific search directories for provider plugins, and perhaps later on also CLI configuration directories.
7 lines
248 B
Go
7 lines
248 B
Go
// Package windowsbase contains helper functionality for accessing the
|
|
// "Known Folders" shell API functions on Windows systems.
|
|
//
|
|
// This package calls into Windows system DLLs, so it cannot be used on any
|
|
// other platform.
|
|
package windowsbase
|