package
Version:
v0.0.0-...-19d42b4
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Env string `env:"TODO_ENV" envDefault:"dev"`
Port int `env:"PORT" envDefault:"80"`
}
환경 변수로부터 값을 읽어옴
New는 환경 변수로부터 설정값을 읽어와 Config 구조체를 생성하고 초기화하여 반환
Source Files
¶
Click to show internal directories.
Click to hide internal directories.