dotenvgen

package module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2021 License: BSD-3-Clause Imports: 10 Imported by: 0

README

dotenvgen

Build Status Go Reference

Generate Go code by dotenv file.
Source files are distributed under the BSD-style license found in the LICENSE file.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(dotenv []byte, opts ...Option) ([]byte, error)

func Generate(r io.Reader) error {

Types

type Config

type Config struct {
	Package            string
	TimeFormat         string
	TrimVariablePrefix string
}

type Option

type Option func(*Config)

func WithPackage

func WithPackage(pkg string) Option

func WithTimeFormat

func WithTimeFormat(t string) Option

func WithTrimVariablePrefix

func WithTrimVariablePrefix(p string) Option

Directories

Path Synopsis
cmd
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL