package
0.0.0-20241128140227-dee328825e0e
Repository: https://github.com/mythrnr/template-pj-golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

AllowedMinPort はウェルノウンポート( 0-1023 )を 使用させないようにするために指定するポート番号の最低値.
EnvDevelopment は開発環境を示す環境変数値.
EnvLocal はローカル環境を示す環境変数値.
EnvProduction は本番環境を示す環境変数値.
EnvTesting は検証環境を示す環境変数値.
LogLevelDebug はデバッグ情報を出力させるための設定値.
LogLevelError はエラー情報を出力させるための設定値.
LogLevelFatal は致命的なエラー情報を出力させるための設定値.
LogLevelInfo は情報を出力させるための設定値.
LogLevelWarning は警告情報を出力させるための設定値.

# Variables

Revision is the value of commit hash embed on build.
Version is the value of release tag embed on build.

# Structs

Config is generated by https://zhwt.github.io/yaml-to-go/.