Add fmt check (with bad format to force a CI failure)

This commit is contained in:
Miguel de la Cruz 2023-06-30 00:30:59 +02:00
parent 901b42d801
commit b4348d8fac
3 changed files with 11 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import (
type Birthday struct {
Name string
Email string
Email string
Phone string
YearOfBirth int
MonthOfBirth int