forked from x/ContextOS
opt some
This commit is contained in:
parent
9fe84ef237
commit
00a760c1bb
@ -1,8 +1,10 @@
|
|||||||
package code
|
package code
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"contexts/ctx"
|
"github.com/shylinux/icebergs/base/ctx"
|
||||||
"contexts/web"
|
"github.com/shylinux/icebergs/base/web"
|
||||||
|
kit "github.com/shylinux/toolkits"
|
||||||
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
@ -12,7 +14,6 @@ import (
|
|||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
"toolkit"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var Dockfile = `
|
var Dockfile = `
|
||||||
|
@ -15,6 +15,8 @@ import (
|
|||||||
_ "github.com/shylinux/icebergs/misc/mp"
|
_ "github.com/shylinux/icebergs/misc/mp"
|
||||||
_ "github.com/shylinux/icebergs/misc/wx"
|
_ "github.com/shylinux/icebergs/misc/wx"
|
||||||
|
|
||||||
|
_ "github.com/shylinux/icebergs/misc/es"
|
||||||
|
|
||||||
_ "github.com/shylinux/golang-story/src/compile"
|
_ "github.com/shylinux/golang-story/src/compile"
|
||||||
_ "github.com/shylinux/golang-story/src/project"
|
_ "github.com/shylinux/golang-story/src/project"
|
||||||
_ "github.com/shylinux/golang-story/src/runtime"
|
_ "github.com/shylinux/golang-story/src/runtime"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user