mirror of
https://github.com/documize/community.git
synced 2025-07-20 05:39:42 +02:00
9 lines
129 B
Go
9 lines
129 B
Go
|
package api
|
||
|
|
||
|
import (
|
||
|
"github.com/documize/community/core/env"
|
||
|
)
|
||
|
|
||
|
// Runtime is code repair in progress
|
||
|
var Runtime env.Runtime
|