How to execute a function with no return value in golang template

I want to execute a function with no return value in template. How can I do that?

this function is hung on an entity, and when I execute it, template reports an error, saying that the function does not have any return value. Can golang template only execute functions with return values?

May.07,2022

write a function that returns an empty string

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b284-2c275.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b284-2c275.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?