package
0.0.0-20250219085059-0145da673011
Repository: https://github.com/megur0/empty-check.git
Documentation: pkg.go.dev

# Functions

構造体のフィールドのすべてがemptyでないことをチェックする。 タグでrequire:"noRequired"としている場合は、チェックをしない。 フィールドはすべてExported fieldである必要がある。.

# Structs

No description provided by the author

# Interfaces

Emptiableを実装することで独自にEmptyを定義可能.
time.Timeや*time.Time(nilではないもの)が該当する.