Correction du module Go et des imports après renommage en Paycheck

This commit is contained in:
2026-01-22 13:57:05 +01:00
parent aadf34b8c3
commit 20705499c9
10 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ package calc
import (
"math"
"git.dumerain.org/alban/calcul-astreintes/internal/models"
"git.dumerain.org/alban/paycheck/internal/models"
)
/*