# Packages
No description provided by the author
# Functions
GetVersion returns the app version without the "v" prefix.
# Constants
FAILURE is an alias of exit status code to ease read.
# Variables
DebugReadBuildInfo is a copy of debug.ReadBuildInfo to ease testing.
OsExit is a copy of `os.Exit` to ease mocking during test.
OsGetWd は os.Getwd のコピーです。テストでモックしやすいように変数に代入して 使います。.
OsUserHomeDir は os.UserHomeDir のコピーです。テストでモックしやすいように変 数に代入して使います。.