I'd suggest parameterizing your SQL queries to prevent SQL injection instead of using fmt.Sprintf. Great example of clean architecture though.
I'd suggest parameterizing your SQL queries to prevent SQL injection instead of using fmt.Sprintf. Great example of clean architecture though.