mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 17:11:42 +00:00
5 lines
251 B
Go
5 lines
251 B
Go
// Package credentials provides helpers for loading user credentials and
|
|
// environment configuration used during authentication and local development.
|
|
// Note: This is an internal package and not intended for direct external use.
|
|
package credentials
|