test
This commit is contained in:
9
src/occonst/main_test.go
Normal file
9
src/occonst/main_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package occonst
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
package occonst
|
||||
|
||||
const ONLINE_URL = "https://cloud.o-forge.io"
|
||||
const ONLINE_VERSION = "core/oc-deploy"
|
||||
var ONLINE_URL = "https://cloud.o-forge.io"
|
||||
var ONLINE_VERSION = "core/oc-deploy"
|
||||
|
||||
var OFFLINE_DIR = "../../offline"
|
||||
|
||||
Reference in New Issue
Block a user