move files and update import paths
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M templates/gopkg.go → templates/gopkg.go
@@ -6,7 +6,7 @@ "net/url" g "alin.ovh/gomponents" . "alin.ovh/gomponents/html" - "alin.ovh/homestead/internal/config" + "alin.ovh/homestead/shared/config" ) type GoPackageVars struct {@@ -77,6 +77,7 @@ func must[T any](t T, err error) T { if err != nil { panic(err) } + return t }