Documentation
¶
Overview ¶
Package slackdotenv reads and parses .env files from a project directory.
It provides a single entry point for loading environment variables defined in a .env file so that multiple packages (commands, config, hooks) can share the same parsing behavior.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Read ¶
Read parses a .env file from the working directory using the provided filesystem. It returns nil if the filesystem is nil or the file does not exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.