Code: ``` data := make(map[string]string) delete(data, 123) ``` Second line is the error, however it is not highlighted as an error.