Documentation ¶ Index ¶ type EnvEditor func NewEnvEditor() *EnvEditor func (e *EnvEditor) AddBlankLine() *EnvEditor func (e *EnvEditor) Read(path string) error func (e *EnvEditor) SetValue(key, value string) *EnvEditor func (e *EnvEditor) Write(path string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EnvEditor ¶ type EnvEditor struct { // contains filtered or unexported fields } func NewEnvEditor ¶ func NewEnvEditor() *EnvEditor func (*EnvEditor) AddBlankLine ¶ func (e *EnvEditor) AddBlankLine() *EnvEditor func (*EnvEditor) Read ¶ func (e *EnvEditor) Read(path string) error func (*EnvEditor) SetValue ¶ func (e *EnvEditor) SetValue(key, value string) *EnvEditor func (*EnvEditor) Write ¶ func (e *EnvEditor) Write(path string) error Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.