mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
refactored flag/env loading
This commit is contained in:
parent
dc49dbbeff
commit
68130122e7
23 changed files with 1128 additions and 909 deletions
8
core/api/repair.go
Normal file
8
core/api/repair.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package api
|
||||
|
||||
import (
|
||||
"github.com/documize/community/core/env"
|
||||
)
|
||||
|
||||
// Runtime is code repair in progress
|
||||
var Runtime env.Runtime
|
Loading…
Add table
Add a link
Reference in a new issue