Closed TwiN closed 4 years ago
Rather than converting each pointer to a value, we can just pass the pointer and use %v, which will resolve the pointer automatically.
%v
This also fixes an issue that caused a panic when a launch configuration template name was nil.
Rather than converting each pointer to a value, we can just pass the pointer and use
%v
, which will resolve the pointer automatically.This also fixes an issue that caused a panic when a launch configuration template name was nil.