Chrismervyn
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Goland ubale to resolve table name in a formatted string
I have a golang string like this: const UserTbl = “users”query := fmt.Sprintf("insert into `%s` (`phone`, `email`, `totp_key`, `recovery_key`, `first_name`, `last_name`, `title`, `created_on`) valu...