The cassete New() initialize cassete and returns a pointer, which can be passed directly to YAML unmarshal. no need to pass the pointer-to-pointer since its already initialized.
The cassete load panics with nil pointer exception with me. In this case, the issue seems in the YAML itself but passing a simple pointer solve here.
The cassete New() initialize cassete and returns a pointer, which can be passed directly to YAML unmarshal. no need to pass the pointer-to-pointer since its already initialized.
The cassete load panics with nil pointer exception with me. In this case, the issue seems in the YAML itself but passing a simple pointer solve here.