refactor: move Go source files to pkg/php/
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:
parent
303186323a
commit
74ef3ec5e4
41 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue