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