added a comment for test reasons
This commit is contained in:
parent
89071f8d9d
commit
3c95ff7d2f
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -280,6 +280,7 @@ func processSquareCard(pdf *fpdf.Fpdf, x, y float64, card []string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func processImage(pdf *fpdf.Fpdf, imgFile string, x, y, size float64) error {
|
func processImage(pdf *fpdf.Fpdf, imgFile string, x, y, size float64) error {
|
||||||
|
// adding a comment for test reasons
|
||||||
file, err := os.Open(imgFile)
|
file, err := os.Open(imgFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to open image file: %w", err)
|
return fmt.Errorf("failed to open image file: %w", err)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue