mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-27 09:31:47 +00:00
5 lines
244 B
Go
5 lines
244 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 auth
|