Raghunathan Chandramoule
Raghunathan Chandramoule
Hi, We are using the trim() function to get rid of extra white space around the image. But there is a recent issue we noticed. Trim() removes the portion of...
Hi, We have a requirement to create dynamic query along with the parameters. The query is still parameterized though. But safesql errors out complaining the below "Please ensure that all...
The app directly writes to files and creates directories. Example saveSite() => os.MkdirAll, iouti.WriteFile. We need to abstract away these file writing and directory creation into an interface. (Ex: Writer,...