github.com/go-playground/pkg/v5@v5.29.1/types/types.go (about)

     1  package typesext
     2  
     3  // Nothing indicates the absence of a value and is an alias to struct{}
     4  type Nothing = struct{}