Carlos

Results 2 issues of Carlos

In example of section 1.2 the first variable with name record must be replaced by user_record ` > user_record = ('Dave', '[email protected]', '773-555-1212', '847-555-1212') > name, email, *phone_numbers = user_record...

Hi. It will be very helpful to mention that it requires the go mysql driver and that the user can install it with: `go get github.com/go-sql-driver/mysql` Yes, probably seems obvious,...