refactor: move Go source files to pkg/php/
Some checks failed
CI / PHP 8.4 (push) Failing after 2m8s
CI / PHP 8.3 (push) Failing after 2m18s

Restructure for production embedding — all Go source now under pkg/php/
with locales embedded alongside. Entry point at cmd/core-php/ imports
forge.lthn.ai/core/php/pkg/php. Prepares for Gin router frontend and
native binary production deployment.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-12 19:14:14 +00:00
parent 303186323a
commit 74ef3ec5e4
41 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
package main package main
import ( import (
php "forge.lthn.ai/core/php" php "forge.lthn.ai/core/php/pkg/php"
"forge.lthn.ai/core/cli/pkg/cli" "forge.lthn.ai/core/cli/pkg/cli"
) )