pb2582528
Results
1
comments of
pb2582528
@lucifercr07 - This function creates a new DiceError but returns only its message field, losing the custom error type. func NewErr(message string) error { return newDiceErr(message).message } Why not use...